setup.py
changeset 43 1d180eb3d4d5
parent 27 3cdaebcaf5a5
child 46 d2bf5c868ce2
--- a/setup.py	Wed Jul 12 12:25:00 2017 +0200
+++ b/setup.py	Wed Jul 12 14:21:04 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 = []