From aeb152884c7ffd51b8a3c013daff19ee7eb7f616 Mon Sep 17 00:00:00 2001 From: JoshuaMKW <60854312+JoshuaMKW@users.noreply.github.com> Date: Wed, 19 Aug 2020 15:39:48 -0500 Subject: [PATCH] Bumped version number --- GeckoLoader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeckoLoader.py b/GeckoLoader.py index a47082e..6029dad 100644 --- a/GeckoLoader.py +++ b/GeckoLoader.py @@ -35,7 +35,7 @@ except ImportError: TRED = '' TREDLIT = '' -__version__ = 'v5.1.0' +__version__ = 'v5.1.1' def resource_path(relative_path: str): """ Get absolute path to resource, works for dev and for PyInstaller """