setup.py
changeset 156 437f3b783d25
parent 151 68601c3a38a6
child 159 4d8dc6cfe24f
--- a/setup.py	Fri Oct 19 17:47:05 2018 +0200
+++ b/setup.py	Tue Oct 23 12:08:33 2018 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.19'
+version = '0.1.20'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []