Bump edge_tts version to 7.0.0 (#343)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany
2024-12-07 22:37:21 +02:00
committed by GitHub
parent 3942edeb13
commit ac41fb85ab

View File

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