setup.py
changeset 47 68bdd589d535
parent 44 59a69e31472e
child 50 721ade1bdc6e
--- a/setup.py	Wed Nov 21 09:42:38 2018 +0100
+++ b/setup.py	Wed Nov 21 09:44:31 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8.1'
+version = '0.1.8.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []