From f70e4a7f92162922dae0d7936639c794a837d41e Mon Sep 17 00:00:00 2001 From: Benjamin Theunissen Date: Thu, 7 Dec 2023 18:42:15 -0500 Subject: [PATCH] Update to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 906bd77..fce0d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shaped-target-clickhouse" -version = "0.1.22" +version = "0.2.0" description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK." readme = "README.md" authors = ["Ben Theunissen"]