setup.py
changeset 1031 56cbd405769f
parent 1001 ad63fa80bb49
child 1038 b371683a9aa7
--- a/setup.py	Tue Oct 23 11:00:50 2018 +0200
+++ b/setup.py	Tue Oct 23 12:14:53 2018 +0200
@@ -24,7 +24,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 = []