From afc61eee9b139a227816ad671880a4f01c2a4fa3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 30 Jun 2021 20:52:11 -0700 Subject: [PATCH] Release 1.0 Refs #57, #128, #130, #131, #132, #134, #135, #136 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8265186..6ad8f79 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "0.16" +VERSION = "1.0" def get_long_description():