From 046ca380fd93f352da6e58139b96f2e4a365f53a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 27 Mar 2020 15:23:16 -0700 Subject: [PATCH] Release 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 246bfc2..2c9339f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1" +VERSION = "0.2" def get_long_description():