From 0fe96bc50fb3d7b1c7e4577db0ddf207eaeebbb9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 14 Sep 2019 16:31:17 -0500 Subject: [PATCH] Release 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ba98a6..c03a4bf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1.1" +VERSION = "0.2" def get_long_description():