Bump edge_tts version to 7.2.3 (#418)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
rany2
2025-08-29 00:11:57 +03:00
committed by GitHub
parent 6630cb31f6
commit 27d6248833

View File

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