From ad61b35b541272cda10e25fcc7b2c4b5e39d2e72 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 27 Apr 2024 15:43:19 -0700 Subject: [PATCH] Release 0.4.2 Refs #44 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e26d98..7a976c6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.4.1" +VERSION = "0.4.2" def get_long_description():