Bump edge_tts version to 6.1.18 (#310)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany 2024-11-11 13:04:56 +02:00 committed by GitHub
parent dc8ac2ea7a
commit 7c83923a5b
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.17"
__version__ = "6.1.18"
__version_info__ = tuple(int(num) for num in __version__.split("."))