Bump version to 7.1.0 (#395)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
rany2
2025-08-05 14:10:22 +03:00
committed by GitHub
parent 827d55e471
commit 645c207cfd

View File

@@ -1,4 +1,4 @@
"""Version information for the edge_tts package.""" """Version information for the edge_tts package."""
__version__ = "7.0.2" __version__ = "7.1.0"
__version_info__ = tuple(int(num) for num in __version__.split(".")) __version_info__ = tuple(int(num) for num in __version__.split("."))