From 278d94c5e9565a580a71cf57b5ff9908a904b5e7 Mon Sep 17 00:00:00 2001 From: Benjamin Theunissen Date: Fri, 16 Feb 2024 19:28:30 -0500 Subject: [PATCH] Update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cebce9d..11419c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shaped-target-clickhouse" -version = "0.2.1" +version = "0.2.2" description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK." readme = "README.md" authors = ["Ben Theunissen"]