setup.py
changeset 10 04df9069f10c
parent 6 eab3b98972b2
child 21 7cdf0849fe46
--- a/setup.py	Wed Mar 07 16:32:24 2018 +0100
+++ b/setup.py	Wed Mar 07 16:53:39 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []