setup.py
changeset 33 3e45670aae22
parent 24 fc5c69dafa53
child 36 9a3976b90680
--- a/setup.py	Mon Sep 11 14:37:57 2017 +0200
+++ b/setup.py	Mon Sep 11 15:10:09 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 = []