From 066abf35c765ead5dba27dfc7257ae2537256f7d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 3 Sep 2024 22:19:31 -0700 Subject: [PATCH] Release 1.1.3 Refs 20 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 f8a8e18..0587c37 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup -VERSION = "1.1.2" +VERSION = "1.1.3" def get_long_description():