From 5303067da391c9b9f3d43ee09dcc99c88b7b152a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 25 Feb 2024 11:36:27 -0800 Subject: [PATCH] Release 0.3 Refs #8, #16, #18, #19, #21, #22 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bc9486..309569e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.2" +VERSION = "0.3" def get_long_description():