1
0
Fork 0
mirror of synced 2024-06-17 10:04:43 +12:00

Small Fixes

This commit is contained in:
Dummerle 2021-01-17 17:57:17 +01:00
parent 872954f43f
commit a47cc114b6

View file

@ -1,4 +1,4 @@
import os
__version__ = "0.1.5"
__version__ = "0.2.0"
style_path = os.path.join(os.path.dirname(__file__), "Styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")