This commit is contained in:
Olivier Demah
2016-04-22 12:51:30 +02:00
parent a64d8ac523
commit 944e1302d8
2 changed files with 3 additions and 1 deletions

View File

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