From bedce78b3e8eb372fe713a20e6f72f405c6b7cba Mon Sep 17 00:00:00 2001 From: Ben Theunissen Date: Fri, 1 Sep 2023 16:23:01 -0400 Subject: [PATCH] Update version to 0.0.12 (#39) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 611b453..ab46a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shaped-target-clickhouse" -version = "0.0.11" +version = "0.0.12" description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK." readme = "README.md" authors = ["Ben Theunissen"]