Skip to content

Commit

Permalink
Bump edge_tts version to 6.1.13
Browse files Browse the repository at this point in the history
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed Oct 18, 2024
1 parent 8e71135 commit 156677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Edge TTS version information."""

__version__ = "6.1.12"
__version__ = "6.1.13"
__version_info__ = tuple(int(num) for num in __version__.split("."))

0 comments on commit 156677e

Please sign in to comment.