Skip to content

Commit

Permalink
Bump edge_tts version to 6.1.12
Browse files Browse the repository at this point in the history
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed May 22, 2024
1 parent f6a35fa commit dfd4cab
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.11"
__version__ = "6.1.12"
__version_info__ = tuple(int(num) for num in __version__.split("."))

0 comments on commit dfd4cab

Please sign in to comment.