From 8e8c83af433988e95a6ab63fedf3283e57e5c998 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Thu, 18 Aug 2022 16:51:36 +0200 Subject: [PATCH] Update tts.exe --- tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts.py b/tts.py index 43369ec..a5aac67 100644 --- a/tts.py +++ b/tts.py @@ -1072,7 +1072,7 @@ if __name__ == "__main__": if sys.argv[1:]: if sys.argv[1] == "--version": print('Simple TTS Bot') - print('Version 1.2.5') + print('Version 1.3.0') sys.exit(1) main()