1
0
Fork 0
mirror of synced 2024-06-27 02:30:31 +12:00

fix version number

This commit is contained in:
Dummerle 2021-09-01 22:23:23 +02:00
parent 134c06a726
commit 20b5f27598

View file

@ -1,6 +1,6 @@
import os
__version__ = "1.5.0"
__version__ = "1.6.0"
resources_path = os.path.join(os.path.dirname(__file__), "resources")
languages_path = os.path.join(os.path.dirname(__file__), "languages")