From d70cfe9dbfd9f88d35f734856370f62f88b5c295 Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Tue, 18 Jun 2024 16:35:16 -0700 Subject: [PATCH] Release 0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3493b26..3c7c5a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wherobots-python-dbapi" -version = "0.7.0" +version = "0.7.1" description = "Python DB-API driver for Wherobots DB" authors = ["Maxime Petazzoni "] license = "Apache 2.0"