Files
edge-tts/src/edge_tts/version.py
rany2 a1bacbe1fb Fix validation regex for voice
This fails for "fil-PH-AngeloNeural," make it more future proof
by accepting 2 or more of the same group.

Signed-off-by: rany2 <rany2@riseup.net>
2023-06-22 18:10:17 +03:00

5 lines
128 B
Python

"""Edge TTS version information."""
__version__ = "6.1.7"
__version_info__ = tuple(int(num) for num in __version__.split("."))