1
0
Fork 0

Bumped version number

This commit is contained in:
JoshuaMKW 2020-08-19 15:39:48 -05:00
parent cc4360f9b8
commit aeb152884c

View file

@ -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 """