setup.py
changeset 466 c86acac9dff5
parent 458 35d44d3735bf
child 471 2dec0c9e045f
--- a/setup.py	Mon Nov 19 15:20:20 2018 +0100
+++ b/setup.py	Tue Nov 20 09:09:31 2018 +0100
@@ -25,7 +25,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 = []