setup.py
changeset 154 301848299b79
parent 151 9863acd4f318
child 157 da3be11a5f8c
--- a/setup.py	Wed May 22 14:11:36 2019 +0200
+++ b/setup.py	Wed May 22 15:13:02 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.26'
+version = '0.1.27'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []