This commit is contained in:
FoxMaSk
2018-04-18 11:13:57 +02:00
parent 07d3840ca6
commit 2c269fba43
+1 -1
View File
@@ -1,2 +1,2 @@
VERSION = (1, 2, 2) # PEP 386
VERSION = (1, 2, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])