mirror of
https://gitlab.com/gpvkt/twitchtts.git
synced 2025-04-06 03:50:08 +02:00
Versionbump
This commit is contained in:
parent
24b5abb0d4
commit
51a36b2a1b
2 changed files with 1 additions and 1 deletions
BIN
tts.exe
BIN
tts.exe
Binary file not shown.
2
tts.py
2
tts.py
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Reference in a new issue