setup.py
changeset 128 a43c42113702
parent 118 391ad752903e
child 131 2b94e60d17a4
--- a/setup.py	Thu Apr 21 17:23:43 2016 +0200
+++ b/setup.py	Thu Apr 21 17:25:17 2016 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []