From 829013e25c5d1e162fb83ffe7dbde15dcaea05cc Mon Sep 17 00:00:00 2001 From: severinsimmler Date: Thu, 20 Jul 2023 09:05:10 +0200 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f5a984..e5198dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databank" -version = "0.5.1" +version = "0.5.2" description = "Databank is an easy-to-use Python library for making raw SQL queries in a multi-threaded environment." readme = "README.md" authors = ["snapADDY GmbH "]