From 59a15f652f8c7dcc8fb7bb75b47249480f8096f4 Mon Sep 17 00:00:00 2001 From: Evan Dempsey Date: Fri, 22 Nov 2024 12:51:12 +0000 Subject: [PATCH] Bumped version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef1a298..c0ab0b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-llm" -version = "0.2.0" +version = "0.2.1" description = "An intelligent system that automatically generates engaging podcast conversations using LLMs and text-to-speech technology." authors = ["Evan Dempsey "] license = "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)"