From 641eccc2b7a7d39f234de8e42c7ebc426d350984 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 25 Jun 2019 21:20:55 -0700 Subject: [PATCH] Release 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db0e770..9230369 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "1.2.1" +VERSION = "1.2.2" def get_long_description():