Bump edge_tts version to 6.1.19 (#316)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany
2024-11-22 03:17:42 +02:00
committed by GitHub
parent 40cd70c061
commit e49da2cec5

View File

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