Bump edge_tts version to 6.1.14 (#273)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany 2024-10-19 10:06:06 +03:00 committed by GitHub
parent 80fc1d0a61
commit 3a21044e78
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.13"
__version__ = "6.1.14"
__version_info__ = tuple(int(num) for num in __version__.split("."))