From 6429a91788d5cbb30930f0b70037b7287ef3858f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 29 Jun 2022 12:34:38 -0700 Subject: [PATCH] Release 0.2a0 Refs #2, #3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54b865e..b8c934c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1a0" +VERSION = "0.2a0" def get_long_description():