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>
5 lines
128 B
Python
5 lines
128 B
Python
"""Edge TTS version information."""
|
|
|
|
__version__ = "6.1.7"
|
|
__version_info__ = tuple(int(num) for num in __version__.split("."))
|