From 55f13db5414c30b3a86ea12c71b764a9a1d76525 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 18 Jun 2020 13:35:09 -0700 Subject: [PATCH] Release 0.2 Refs https://github.com/simonw/datasette/issues/807 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5009505..e8f348e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.2a0" +VERSION = "0.2" def get_long_description():