From 065ccd05a6bdfa0cd92496206ad13ae921cbab6c Mon Sep 17 00:00:00 2001 From: rany2 Date: Thu, 28 Aug 2025 19:27:25 +0300 Subject: [PATCH] Bump edge_tts version to 7.2.2 (#413) Signed-off-by: rany --- src/edge_tts/typing.py | 1 + src/edge_tts/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/edge_tts/typing.py b/src/edge_tts/typing.py index f402a26..cf3d9ad 100644 --- a/src/edge_tts/typing.py +++ b/src/edge_tts/typing.py @@ -38,6 +38,7 @@ class Voice(TypedDict): Status: Literal["Deprecated", "GA", "Preview"] VoiceTag: VoiceTag + class VoicesManagerVoice(Voice): """Voice data for VoicesManager.""" diff --git a/src/edge_tts/version.py b/src/edge_tts/version.py index 6501737..0963351 100644 --- a/src/edge_tts/version.py +++ b/src/edge_tts/version.py @@ -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("."))