From 40b4a153d3ef8a703f2fb34001555b23a723b455 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 2 Dec 2021 09:13:22 -0800 Subject: [PATCH] Release 0.1a0 Refs https://github.com/simonw/datasette/issues/1540 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97f7f8e..2d1fa94 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1" +VERSION = "0.1a0" def get_long_description():