Skip to content

Commit

Permalink
Bump version and make release
Browse files Browse the repository at this point in the history
* Fix support for Python 3.10

Signed-off-by: rany2 <[email protected]>
  • Loading branch information
rany2 committed Jun 2, 2023
1 parent ca6e7b0 commit 6a3065b
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.5"
__version__ = "6.1.6"
__version_info__ = tuple(int(num) for num in __version__.split("."))

0 comments on commit 6a3065b

Please sign in to comment.