From 9551c6c74596ad598bbd756fb204096cda13e65f Mon Sep 17 00:00:00 2001 From: Peter Foldes Date: Thu, 3 Apr 2025 15:46:03 -0700 Subject: [PATCH] chore: cut 0.13.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6aef148..ce47586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "wherobots-python-dbapi" [tool.poetry] name = "wherobots-python-dbapi" -version = "0.12.1" +version = "0.13.0" description = "Python DB-API driver for Wherobots DB" authors = ["Maxime Petazzoni "] license = "Apache 2.0"