Versionbump

This commit is contained in:
gpkvt 2022-08-25 03:52:06 +02:00
parent 24b5abb0d4
commit 51a36b2a1b
2 changed files with 1 additions and 1 deletions

BIN
tts.exe

Binary file not shown.

2
tts.py
View File

@ -1302,7 +1302,7 @@ if __name__ == "__main__":
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(module)s %(threadName)s %(levelname)s: %(message)s')
sys.tracebacklimit = 3
VERSION = "1.6.0"
VERSION = "1.6.1"
conf = {}
tts_done = []
msg_queue_raw = []