1 Commits
1.2.1 ... 1.2.2

Author SHA1 Message Date
FoxMaSk
825efab0f7 v1.2.2 due to pypi error 2018-04-18 11:17:50 +02:00

View File

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