From 4a90eede16515c6764b9c786a10962c174458c68 Mon Sep 17 00:00:00 2001 From: olliemath Date: Wed, 28 Jul 2021 13:52:42 +0100 Subject: [PATCH] Chore: fix versioning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 397130e..84509d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ line_length = 120 [tool.poetry] name = "clickhouse_orm" -version = "0.2.1" +version = "2.1.0" description = "A simple ORM for working with the Clickhouse database" authors = ["olliemath "] license = "BSD"