1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00

Update version number

This commit is contained in:
Dummerle 2021-04-08 11:17:08 +02:00
parent c0881261a0
commit 0689f8de71

View file

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