1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

Update Version number

This commit is contained in:
Dummerle 2021-03-27 18:33:27 +01:00
parent da5c43b3a7
commit f01619efd6

View file

@ -1,5 +1,5 @@
import os
__version__ = "0.9.8"
__version__ = "0.9.8.1"
style_path = os.path.join(os.path.dirname(__file__), "Styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")