From 70e90a0a1a658bbb1a459a2ac2b55954d748f146 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 3 Sep 2024 10:26:48 -0700 Subject: [PATCH] Release 1.1.4 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 9800c39..92502c2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "1.1.3" +VERSION = "1.1.4" def get_long_description():