setup.py
changeset 24 a376782c4077
parent 21 a801552ffad0
child 28 16c82cc767a3
--- a/setup.py	Thu Apr 28 14:34:31 2016 +0200
+++ b/setup.py	Thu Apr 28 14:36:46 2016 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.3'
+version = '0.1.4'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []