From c5a836c15a2a5f065259180b9555f6e32112c5c0 Mon Sep 17 00:00:00 2001 From: danielpdwalker Date: Tue, 10 Oct 2023 19:31:44 +0100 Subject: [PATCH] Bumped version to 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b995d8..c193751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-theme-parks" -version = "0.0.1" +version = "0.0.2" description = "`tap-theme-parks` is a Singer tap for theme parks, built with the Meltano Singer SDK." readme = "README.md" authors = ["Daniel Walker"]