From 9f22c79e33f284cafc6528992892090dba4b11f8 Mon Sep 17 00:00:00 2001 From: Benjamin Theunissen Date: Mon, 28 Aug 2023 14:51:41 -0400 Subject: [PATCH] Bump version to 0.0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 984c223..252d558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shaped-target-clickhouse" -version = "0.0.10" +version = "0.0.11" description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK." readme = "README.md" authors = ["Ben Theunissen"]