From 7090e43d804724ef3b31ae5ca9efd6ac05f76cbc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 9 Jul 2020 16:26:34 -0700 Subject: [PATCH] Release 2.3 Refs #42 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 141b946..73bd37b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "2.2" +VERSION = "2.3" def get_long_description():