setup.py
changeset 149 659c6a416426
parent 143 fcecd9234dea
child 152 b70a42b5a923
--- a/setup.py	Wed Oct 24 16:29:46 2018 +0200
+++ b/setup.py	Wed Oct 24 16:34:49 2018 +0200
@@ -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 = []