This commit is contained in:
FoxMaSk
2017-08-20 15:12:33 +02:00
parent 6a7573069b
commit a9e0335054

View File

@@ -1,2 +1,2 @@
VERSION = (1, 4, 0) # PEP 386
VERSION = (1, 2, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])