setup.py
changeset 131 2b94e60d17a4
parent 128 a43c42113702
child 185 583ee50d8ee3
--- a/setup.py	Thu Apr 28 14:50:20 2016 +0200
+++ b/setup.py	Thu Apr 28 14:51:43 2016 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.5'
+version = '0.1.5.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []