From ef677592270cc3ccf827954ff2158f069919bf1b Mon Sep 17 00:00:00 2001 From: stankudrow Date: Sun, 24 Nov 2024 20:08:21 +0300 Subject: [PATCH] change the version to the 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f6ddca..a4eb91e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asynch" -version = "0.2.5" +version = "0.3.0" description = "An asyncio driver for ClickHouse with native TCP support" authors = ["long2ice "] license = "Apache-2.0"