setup.py
branchdev-dc
changeset 1012 d77417cf9e67
parent 1001 ad63fa80bb49
child 1031 56cbd405769f
--- a/setup.py	Fri Oct 05 10:48:41 2018 +0200
+++ b/setup.py	Thu Oct 11 16:18:06 2018 +0200
@@ -24,7 +24,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 = []