From 3b7ab5685de89fcb6fc92d320c0e24b17be05570 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 16 Apr 2020 10:41:47 -0700 Subject: [PATCH] Release 1.0.1 With bug fix for #26 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 303e3b3..bcaef2c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "1.0" +VERSION = "1.0.1" def get_long_description():