setup.py
changeset 33 9f478f30ad3e
parent 28 874cc6118634
child 39 0e411b2c6501
--- a/setup.py	Wed Jul 12 13:59:18 2017 +0200
+++ b/setup.py	Wed Jul 12 17:46:40 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 = []