setup.py
changeset 57 18a4afc2ab51
parent 54 1df498497961
child 62 645a9f5a274d
--- a/setup.py	Thu Feb 08 08:55:52 2018 +0100
+++ b/setup.py	Wed Mar 07 16:09:39 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.9'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []