Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Nov 13, 2024
1 parent 20085dd commit fc92d7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ This sample collection is also [available at audio.com](https://audio.com/thatup

## Updates 🚀

### v0.3.0+ release
- Generate longform podcasts
### v0.3.6+ release
- Generate shorts or longform podcasts!
- Generate podcasts from input topic using real-time internet search
- Integrate with 100+ LLM models (OpenAI, Anthropic, Google etc) for transcript generation
- Integrate with Google's Multispeaker TTS model for high-quality audio generation
Expand Down
2 changes: 1 addition & 1 deletion podcastfy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This file can be left empty for now
__version__ = "0.3.5" # or whatever version you're on
__version__ = "0.3.6" # or whatever version you're on
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "podcastfy"
version = "0.3.5"
version = "0.3.6"
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"
Expand Down

0 comments on commit fc92d7e

Please sign in to comment.