Bump edge_tts version to 7.2.2 (#413)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
rany2
2025-08-28 19:27:25 +03:00
committed by GitHub
parent bfc54f4acd
commit 065ccd05a6
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ class Voice(TypedDict):
Status: Literal["Deprecated", "GA", "Preview"]
VoiceTag: VoiceTag
class VoicesManagerVoice(Voice):
"""Voice data for VoicesManager."""

View File

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