setup.py
changeset 957 27c643fea2b4
parent 953 20c85661ff35
child 960 a9bcf47e9754
--- a/setup.py	Wed Sep 19 10:54:08 2018 +0200
+++ b/setup.py	Wed Sep 19 10:57:47 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.18'
+version = '0.1.18.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []