From cef94418c45e65f9600938b3cc4b1992ea993e07 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 3 Sep 2024 10:30:40 -0700 Subject: [PATCH] Release 0.4.3 Refs https://github.com/simonw/datasette/issues/2417 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a976c6..d9242b2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.4.2" +VERSION = "0.4.3" def get_long_description():