From ecc360401b79e7e924a3e2d07acef7f67383e03d Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Sun, 14 Apr 2024 01:21:22 +0200 Subject: [PATCH] Bumped version to 0.1.2 Signed-off-by: chandr-andr (Kiselev Aleksandr) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08c0060..56c73f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskiq-psqlpy" -version = "0.1.1" +version = "0.1.2" description = "PSQLPy and PostgreSQL integration for taskiq" authors = ["taskiq-team "] readme = "README.md"