From d8562bf64ca32c5fbb81466d31530247dad96fc4 Mon Sep 17 00:00:00 2001 From: souzatharsis Date: Wed, 6 Nov 2024 11:19:05 -0300 Subject: [PATCH] v0.2.19 --- podcastfy/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/podcastfy/__init__.py b/podcastfy/__init__.py index 8c680d0..6ceef23 100644 --- a/podcastfy/__init__.py +++ b/podcastfy/__init__.py @@ -1,2 +1,2 @@ # This file can be left empty for now -__version__ = "0.2.18" # or whatever version you're on +__version__ = "0.2.19" # or whatever version you're on diff --git a/pyproject.toml b/pyproject.toml index df2ab73..45bb6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcastfy" -version = "0.2.18" +version = "0.2.19" 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"