From 3f5237608b103d7a477738032954c03554f93c18 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 7 Sep 2023 09:47:54 -0700 Subject: [PATCH] 3.0a0 alpha release, refs #96 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34c38a7..5cd2ca0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "2.2" +VERSION = "3.0a0" def get_long_description():