setup.py
changeset 140 05b446ccad65
parent 137 7b59c4c5deea
--- a/setup.py	Thu May 27 13:31:26 2021 +0200
+++ b/setup.py	Thu May 27 14:16:52 2021 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.19.3'
+version = '0.1.19.4'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []