setup.py
changeset 485 2198718b5329
parent 482 f15a620e5a5d
child 490 9fe4157cf405
--- a/setup.py	Wed Oct 09 11:31:08 2019 +0200
+++ b/setup.py	Wed Oct 09 11:35:15 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.43.3'
+version = '0.1.43.4'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []