1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

Update version number

This commit is contained in:
Dummerle 2021-04-11 16:02:35 +02:00
parent a203df5e75
commit 2d81b48695

View file

@ -1,5 +1,5 @@
import os
__version__ = "1.0_beta"
__version__ = "1.0_beta2"
style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")