We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fc1d0 commit 3a21044Copy full SHA for 3a21044
src/edge_tts/version.py
@@ -1,4 +1,4 @@
1
"""Edge TTS version information."""
2
3
-__version__ = "6.1.13"
+__version__ = "6.1.14"
4
__version_info__ = tuple(int(num) for num in __version__.split("."))
0 commit comments