From 8f2a32af216aee6311a1cab3fac8e171ff8a452e Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Mon, 3 Jun 2024 12:57:44 -0400 Subject: [PATCH] Release 0.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 483f312..e9afe6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wherobots-python-dbapi" -version = "0.6.0" +version = "0.6.1" description = "Python DB-API driver for Wherobots DB" authors = ["Maxime Petazzoni "] license = "Apache 2.0"