Skip to content

Commit 065ccd0

Browse files
authored
Bump edge_tts version to 7.2.2 (#413)
Signed-off-by: rany <[email protected]>
1 parent bfc54f4 commit 065ccd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/edge_tts/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Voice(TypedDict):
3838
Status: Literal["Deprecated", "GA", "Preview"]
3939
VoiceTag: VoiceTag
4040

41+
4142
class VoicesManagerVoice(Voice):
4243
"""Voice data for VoicesManager."""
4344

src/edge_tts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information for the edge_tts package."""
22

3-
__version__ = "7.2.1"
3+
__version__ = "7.2.2"
44
__version_info__ = tuple(int(num) for num in __version__.split("."))

0 commit comments

Comments
 (0)