From 4b0a0728ca5d032008b98b15f6761e8c2dd98c1f Mon Sep 17 00:00:00 2001 From: "zongsi.zhang" Date: Wed, 26 Feb 2025 20:55:31 -0800 Subject: [PATCH] Release v0.11.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa8f203..ed65183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "wherobots-python-dbapi" [tool.poetry] name = "wherobots-python-dbapi" -version = "0.11.0" +version = "0.11.1" description = "Python DB-API driver for Wherobots DB" authors = ["Maxime Petazzoni "] license = "Apache 2.0"