From a5fc78f893161f72df4def7fe3c403a95efd7fdd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 5 Jul 2021 17:34:40 -0700 Subject: [PATCH] Release 1.0.1 Refs #137, #138, #139 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ad8f79..650eb2d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.0" +VERSION = "1.0.1" def get_long_description():