upd few things
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
VERSION = (1, 1, 2) # PEP 386
|
VERSION = (1, 1, 3) # PEP 386
|
||||||
__version__ = ".".join([str(x) for x in VERSION])
|
__version__ = ".".join([str(x) for x in VERSION])
|
||||||
|
|||||||
Reference in New Issue
Block a user