setup.py
changeset 482 f15a620e5a5d
parent 478 77e33a53d9d1
child 485 2198718b5329
--- a/setup.py	Tue Oct 08 17:14:54 2019 +0200
+++ b/setup.py	Tue Oct 08 17:19:31 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.43.2'
+version = '0.1.43.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []