setup.py
changeset 171 a43802ee52ce
parent 168 34c8dd07fa88
child 179 27d5fe5112dc
--- a/setup.py	Tue Jan 29 15:41:43 2019 +0100
+++ b/setup.py	Fri Feb 01 18:35:42 2019 +0100
@@ -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.26.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []