Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
drien committed Oct 11, 2024
1 parent f829ca6 commit 7e37473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ tts.process_to_file('output.mp3')

## Changelog

#### v1.0.4 (2024-10-11)

- Fixed issue with nltk dependency [#4](https://github.com/drien/tts-joinery/issues/5)
- Model, voice, and service CLI params are now case-insensitive

#### v1.0.3 (2024-10-05)

- Added cache management commands to cli
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tts-joinery"
version = "1.0.3"
version = "1.0.4"
authors = [
{name = "Adrien Delessert", email = "[email protected]"},
]
Expand Down

0 comments on commit 7e37473

Please sign in to comment.