Skip to content

Commit

Permalink
Update release number
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhad committed Sep 17, 2023
1 parent df3c872 commit e88bc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ukrainian_tts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def tts(self, text: str, voice: str, stress: str, output_fp=BytesIO()):

def __setup_cache(self, cache_folder=None):
"""Downloads models and stores them into `cache_folder`. By default stores in current directory."""
release_number = "v5.0.0"
release_number = "v6.0.0"
print(
f"downloading https://github.com/robinhad/ukrainian-tts/releases/download/{release_number}"
)
Expand Down

0 comments on commit e88bc0e

Please sign in to comment.