From 841fabc04f83b859ffa31d8ff837b4ac8b4c67b1 Mon Sep 17 00:00:00 2001 From: Jaromir Hamala Date: Mon, 10 Mar 2025 13:40:51 +0100 Subject: [PATCH] build: release 1.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adb048c..131d935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] # https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ name = 'questdb-connect' -version = '1.1.3' # Standalone production version (with engine) +version = '1.1.4' # Standalone production version (with engine) # version = '0.0.113' # testing version authors = [{ name = 'questdb.io', email = 'support@questdb.io' }] description = "SqlAlchemy library"