setup.py
changeset 573 dfa0d5a58084
parent 570 7dc4df976c0a
child 577 0dcaf3effcac
--- a/setup.py	Wed May 26 09:29:59 2021 +0200
+++ b/setup.py	Thu May 27 14:15:54 2021 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.41'
+version = '0.1.42'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []