* `tmp.close()` even with `delete=True` will cause `edge-playback` to not delete because the file will be recreated by `edge-tts` * bump edge-tts version
5 lines
128 B
Python
5 lines
128 B
Python
"""Edge TTS version information."""
|
|
|
|
__version__ = "6.1.1"
|
|
__version_info__ = tuple(int(num) for num in __version__.split("."))
|