1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00

Prepare 1.2.0

This commit is contained in:
Dummerle 2021-04-17 12:09:21 +02:00
parent db4355a546
commit 1123757099

View file

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