setup.py
changeset 38 6b8bca3a30a8
parent 33 940234ecb095
child 41 07d1dcf5dfd1
--- a/setup.py	Mon Sep 11 14:23:39 2017 +0200
+++ b/setup.py	Mon Sep 11 15:08:45 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 = []