setup.py
changeset 23 0f5d1fa99b9f
parent 16 6376d1ff2918
child 26 cb8e6f779fe0
--- a/setup.py	Mon Jun 11 15:51:51 2018 +0200
+++ b/setup.py	Mon Jun 11 15:58:04 2018 +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 = []