upd few things

This commit is contained in:
FoxMaSk
2018-04-18 11:07:46 +02:00
parent e52b8befe4
commit e892d3ceeb

View File

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