From f9fbba629d6ff29be1511af3888c00eed93c6938 Mon Sep 17 00:00:00 2001 From: JoshuaMKW <60854312+JoshuaMKW@users.noreply.github.com> Date: Wed, 26 Aug 2020 04:10:29 -0500 Subject: [PATCH] Updated version info --- GeckoLoader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeckoLoader.py b/GeckoLoader.py index d76f4b4..f5e8cf2 100644 --- a/GeckoLoader.py +++ b/GeckoLoader.py @@ -33,7 +33,7 @@ except ImportError: TRED = '' TREDLIT = '' -__version__ = 'v6.0.0' +__version__ = 'v6.0.1' def resource_path(relative_path: str): """ Get absolute path to resource, works for dev and for PyInstaller """