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 c84b353 commit a951e86Copy full SHA for a951e86
src/edge_tts/version.py
@@ -1,4 +1,4 @@
1
"""Version information for the edge_tts package."""
2
3
-__version__ = "7.1.0"
+__version__ = "7.2.0"
4
__version_info__ = tuple(int(num) for num in __version__.split("."))
0 commit comments