From d71919fe242cb6beef5dfdcda7cc9440702c028d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 21 Nov 2022 19:01:15 -0800 Subject: [PATCH] Release 0.1a1 Refs #2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 075b5c9..64cadf1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1a0" +VERSION = "0.1a1" def get_long_description():