From 0f3b2f642535336505e52350c0ed10dbb5a40782 Mon Sep 17 00:00:00 2001 From: Zach K Date: Sat, 4 Dec 2021 17:51:06 -0500 Subject: [PATCH] Update version number --- fpcurator.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fpcurator.py b/fpcurator.py index 3b50ff6..f692dad 100644 --- a/fpcurator.py +++ b/fpcurator.py @@ -16,6 +16,7 @@ def toggle_console(): else: windll.user32.ShowWindow(CONSOLE, 1) CONSOLE_OPEN = True + toggle_console() import tkinter as tk @@ -214,8 +215,8 @@ def toggle_console(): # This uuid uniquely defines fpcurator. (there is a 0 on the end after the text) UUID = '51be8a01-3307-4103-8913-c2f70e64d83' -TITLE = "fpcurator v1.5.1" -ABOUT = "Created by Zach K - v1.5.1" +TITLE = "fpcurator v1.5.2" +ABOUT = "Created by Zach K - v1.5.2" VER = 5 SITES_FOLDER = "sites"