We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3942ede commit ac41fb8Copy full SHA for ac41fb8
src/edge_tts/version.py
@@ -1,4 +1,4 @@
1
"""Version information for the edge_tts package."""
2
3
-__version__ = "6.1.19"
+__version__ = "7.0.0"
4
__version_info__ = tuple(int(num) for num in __version__.split("."))
0 commit comments