setup.py
changeset 577 0dcaf3effcac
parent 573 dfa0d5a58084
child 582 5a4446779242
--- a/setup.py	Tue Jul 13 08:01:21 2021 +0200
+++ b/setup.py	Tue Jul 13 08:32:28 2021 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.42'
+version = '0.1.43'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []