setup.py
changeset 24 93339eaa318b
parent 21 ec814fadbd27
child 27 8f3ce51a13b8
--- a/setup.py	Tue Sep 12 16:38:57 2017 +0200
+++ b/setup.py	Tue Sep 19 11:39:31 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 = []