Files
edge-tts/src/edge_tts/version.py
rany2 85eef7d918 Fix bug with edge-playback not removing temp files
* `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
2023-01-10 16:41:29 +02:00

5 lines
128 B
Python

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