setup.py
changeset 124 329da6d8e159
parent 120 44d8a474cef6
--- a/setup.py	Tue Jul 13 08:04:36 2021 +0200
+++ b/setup.py	Tue Jul 13 08:33:20 2021 +0200
@@ -22,7 +22,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 = []