From 60933c144d43608ff3e366ce96b9ef144527ec57 Mon Sep 17 00:00:00 2001 From: NeLiS-JMW Date: Sat, 16 Oct 2021 19:09:04 +0200 Subject: [PATCH] version number --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 51e42b6..9b44745 100644 --- a/main.py +++ b/main.py @@ -244,7 +244,7 @@ def callback(url): des_text5 = tk.Label(tab4, text=description5) des_text5.grid(row=1, column=0, sticky=sticky, pady=5, columnspan=2) - description6 = 'Development - Alpha 2' + description6 = 'Release Version 1.0' des_text6 = tk.Label(tab4, text=description6) des_text6.grid(row=2, column=0, sticky=sticky, pady=5, columnspan=2)