From bf6c7098043efa284ae1e88aaea0377dfc51eb4d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 21 Nov 2022 21:38:39 -0800 Subject: [PATCH] Release 0.1a2 Refs #4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b2382c8..79c2226 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1a1" +VERSION = "0.1a2" def get_long_description():