setup.py
changeset 34 75f47c02cddd
parent 31 4b0e0e3c1e59
child 38 3265a75d1af2
--- a/setup.py	Thu Jun 08 10:49:47 2017 +0200
+++ b/setup.py	Thu Jun 08 10:51:11 2017 +0200
@@ -22,7 +22,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 = []