diff --git a/podcastfy/__init__.py b/podcastfy/__init__.py index b1498df..9583d70 100644 --- a/podcastfy/__init__.py +++ b/podcastfy/__init__.py @@ -1,2 +1,2 @@ # This file can be left empty for now -__version__ = "0.3.6" # or whatever version you're on +__version__ = "0.4.1" # or whatever version you're on diff --git a/pyproject.toml b/pyproject.toml index a5ed5de..ff04039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcastfy" -version = "0.4.0" +version = "0.4.1" description = "An Open Source alternative to NotebookLM's podcast feature: Transforming Multimodal Content into Captivating Multilingual Audio Conversations with GenAI" authors = ["Tharsis T. P. Souza"] license = "Apache-2.0"