setup.py
changeset 75 4740e424ef1a
parent 70 4d0e6279ded3
child 78 78dc9447f0cc
--- a/setup.py	Tue Oct 30 13:57:05 2018 +0100
+++ b/setup.py	Tue Oct 30 14:26:00 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12.1'
+version = '0.1.12.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []