From ce74df729ccb6d2a2c9ce9dcb838d44f65496330 Mon Sep 17 00:00:00 2001
From: danielpdwalker <danielpdwalker@gmail.com>
Date: Thu, 9 Nov 2023 20:20:36 +0000
Subject: [PATCH] Bump tap version for new release with dependency updates

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f714fa2..85c4f10 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "tap-theme-parks"
-version = "0.0.3"
+version = "0.0.4"
 description = "`tap-theme-parks` is a Singer tap for theme parks, built with the Meltano Singer SDK."
 readme = "README.md"
 authors = ["Daniel Walker"]