From 4fe69783b55465e7692a807d3a02a710f69c9c42 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 2 May 2020 14:23:11 -0700 Subject: [PATCH] Release 2.2 Refs #36, #10, #12, #35, #33, #4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88f2f18..141b946 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "2.1" +VERSION = "2.2" def get_long_description():