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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Edge TTS version information."""
|
||||
|
||||
__version__ = "6.1.0"
|
||||
__version__ = "6.1.1"
|
||||
__version_info__ = tuple(int(num) for num in __version__.split("."))
|
||||
|
||||
Reference in New Issue
Block a user