setup.py
changeset 159 4d8dc6cfe24f
parent 156 437f3b783d25
child 162 4e06e91893fd
--- a/setup.py	Thu Oct 25 15:33:24 2018 +0200
+++ b/setup.py	Fri Oct 26 10:00:32 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 = []