From fca87bfb4cf843a72f36db4186c46b42836cefeb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 21 Dec 2021 09:17:24 -0800 Subject: [PATCH] Release 0.2 Refs #1, #2, #3, #5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d48702..c9388ba 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.2a1" +VERSION = "0.2" def get_long_description():