From 8cd02cd5312bc98bedbda0bb69f979018271ddd7 Mon Sep 17 00:00:00 2001 From: oskros <53574923+oskros@users.noreply.github.com> Date: Sat, 6 Feb 2021 22:28:45 +0100 Subject: [PATCH] update version --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index 439f801a..87b13dd6 100644 --- a/init.py +++ b/init.py @@ -1,6 +1,6 @@ import sys import os -version = '1.4.7' +version = '1.4.8' # The exe files do not have a media folder, so the media folder should only be added to the path when code is run # directly through Python