Bump edge_tts version to 6.1.13 (#269)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany 2024-10-18 17:44:25 +03:00 committed by GitHub
parent 8e71135a22
commit bd82487a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
"""Edge TTS version information."""
__version__ = "6.1.12"
__version__ = "6.1.13"
__version_info__ = tuple(int(num) for num in __version__.split("."))