setup.py
changeset 31 4b0e0e3c1e59
parent 26 b8bfdb200416
child 34 75f47c02cddd
--- a/setup.py	Tue Nov 15 10:27:19 2016 +0100
+++ b/setup.py	Wed Jun 07 10:03:00 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 = []