Bump edge_tts version to 6.1.16 (#304)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany 2024-11-08 18:36:50 +02:00 committed by GitHub
parent f014709c40
commit 9652a900aa
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.15"
__version__ = "6.1.16"
__version_info__ = tuple(int(num) for num in __version__.split("."))