From 21c5deb0e3fb9114f4e159591b024b18dc28bc4f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 19 Jun 2023 19:02:46 +0100 Subject: [PATCH] Release 0.4 'Refs #14, #15, #16, #18, #19, #20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bd2d78..a87eeec 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.3.2" +VERSION = "0.4" def get_long_description():