From 84302aa1720d0f4eaacc1071f4e6d0cc50251d41 Mon Sep 17 00:00:00 2001 From: Oliver Margetts Date: Fri, 6 Aug 2021 18:57:52 +0000 Subject: [PATCH] Prepare 2.2.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d500cd5..ea165f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ line_length = 120 [tool.poetry] name = "clickhouse_orm" -version = "2.1.0" +version = "2.2.0" description = "A simple ORM for working with the Clickhouse database" authors = ["olliemath "] license = "BSD"