From a6bf16fd2298fecf9f2d7668d1605f879fe5affb Mon Sep 17 00:00:00 2001 From: Haleemur Ali Date: Tue, 1 Oct 2024 18:09:44 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 945df92..97e7528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "target-db2" -version = "0.1.3" +version = "0.1.4" description = "`target-db2` is a Singer target for db2, built with the Meltano Singer SDK." readme = "README.md" authors = ["Haleemur Ali "]