From 2bb3bddec9db5a47f0d064bdc124c0c6c12780e5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 20 Jul 2019 09:44:05 -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 dcaa197..37bca9b 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():