fix #8 + upd API

This commit is contained in:
FoxMaSk
2018-05-27 12:13:08 +02:00
parent 825efab0f7
commit e30e5393f0
4 changed files with 35 additions and 30 deletions

View File

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