From 9f792ec5ebbf111bdc3d9ea80da81bbc940e071e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 24 Mar 2021 07:38:39 -0700 Subject: [PATCH] Release 0.5a0 Refs #41, 0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53cb532..ce9c1f3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "0.4a2" +VERSION = "0.5a0" def get_long_description():