From 3beeb407be3b2d4ec0f0909822cf3fed4c3e061e Mon Sep 17 00:00:00 2001 From: Benjamin Theunissen Date: Tue, 21 Nov 2023 20:39:22 -0500 Subject: [PATCH] Properly iterate over objects in list to convert --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 928d985..94116a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shaped-target-clickhouse" -version = "0.1.18" +version = "0.1.19" description = "`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK." readme = "README.md" authors = ["Ben Theunissen"]