From 98e67fd3628e22acd707f58cfd8fce106bf22bc7 Mon Sep 17 00:00:00 2001 From: Benjamin Theunissen Date: Mon, 6 Nov 2023 15:06:49 -0500 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a209cb2..6395c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shaped-target-clickhouse" -version = "0.1.0" +version = "0.1.1" description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK." readme = "README.md" authors = ["Ben Theunissen"]