From 57f4c030d3259f0a167d78385f630a608ebd0773 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 11 Feb 2020 09:07:00 -0800 Subject: [PATCH] Release 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ca0720..ef6a785 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1.2" +VERSION = "0.2" def get_long_description():