From 0d4ab72b68a72bf25891aea80c15f8c986508bbe Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 27 Feb 2024 21:09:26 -0800 Subject: [PATCH] Release 0.4 Refs #23, #25, #26 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 309569e..e50775e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.3" +VERSION = "0.4" def get_long_description():