From f79d3d0f176be5e28fc657709203334e87f7f3a1 Mon Sep 17 00:00:00 2001 From: ideoma <2159629+ideoma@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:07:32 +0100 Subject: [PATCH] build: release 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index faf26c7..32eebaa 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.1' # Standalone production version (with engine) +version = '1.1.2' # Standalone production version (with engine) # version = '0.0.113' # testing version authors = [{ name = 'questdb.io', email = 'support@questdb.io' }] description = "SqlAlchemy library"