setup.py
changeset 35 c7c0dfb8b1f7
parent 28 65cc4b5321c0
child 42 04a238453198
--- a/setup.py	Thu Apr 21 17:03:04 2016 +0200
+++ b/setup.py	Thu Apr 21 17:11:37 2016 +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 = []