upd doc and setup

This commit is contained in:
FoxMaSk
2017-08-20 15:11:23 +02:00
parent c92e55208a
commit 6a7573069b
4 changed files with 199 additions and 228 deletions

View File

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