From 28fb38f40c9d4f5e8e1ef064443b413b70b57db3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 3 Dec 2021 10:47:56 -0800 Subject: [PATCH] Release 0.2a1 Refs #2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0966363..6d48702 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.2a0" +VERSION = "0.2a1" def get_long_description():