From 2b26a81cd4683a01047bcad8f01031f817831b02 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 8 Mar 2022 11:58:44 -0800 Subject: [PATCH] Release 1.0.2 Refs #146 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 650eb2d..70a13e8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.0.1" +VERSION = "1.0.2" def get_long_description():