setup.py
changeset 24 b3ec9933295b
parent 20 4b7b518e1fb9
child 29 2f54d2535afc
--- a/setup.py	Tue Sep 12 11:14:09 2017 +0200
+++ b/setup.py	Tue Sep 19 11:34:24 2017 +0200
@@ -22,7 +22,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 = []