setup.py
changeset 167 1b5af7709862
parent 163 8c9d1cf7c4c4
--- a/setup.py	Mon Jan 11 16:34:41 2021 +0100
+++ b/setup.py	Tue Jan 12 13:47:26 2021 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.20'
+version = '0.1.21'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []