From 741cbadc3eeb61d5d7196ace5e3dd574f9047750 Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Thu, 2 May 2024 13:40:51 +0100 Subject: [PATCH] update version number to 1.0.2 --- text-to-mic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-to-mic.py b/text-to-mic.py index 4d7e2f3..5edde4d 100644 --- a/text-to-mic.py +++ b/text-to-mic.py @@ -52,7 +52,7 @@ class Application(tk.Tk): instruction_window.title("App Version") instruction_window.geometry("300x150") # Width x Height - instructions = """Version 1.0.1\n\n App by Scorchsoft.com""" + instructions = """Version 1.0.2\n\n App by Scorchsoft.com""" tk.Label(instruction_window, text=instructions, justify=tk.LEFT, wraplength=280).pack(padx=10, pady=10)