From 9dfeab8eb053bde83afb779e5354b386da68b4e3 Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Mon, 8 Jul 2024 15:55:08 -0700 Subject: [PATCH] Release 0.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c7c5a5..a72c5af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wherobots-python-dbapi" -version = "0.7.1" +version = "0.7.2" description = "Python DB-API driver for Wherobots DB" authors = ["Maxime Petazzoni "] license = "Apache 2.0"