setup.py
changeset 247 6baaa4ce8a60
parent 244 8ef3fd11a05b
child 250 8567cd964896
--- a/setup.py	Mon Oct 29 16:50:51 2018 +0100
+++ b/setup.py	Tue Oct 30 12:26:20 2018 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.21'
+version = '0.1.22'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [