setup.py
changeset 478 77e33a53d9d1
parent 473 3e819a356396
child 482 f15a620e5a5d
--- a/setup.py	Mon Oct 07 13:45:40 2019 +0200
+++ b/setup.py	Mon Oct 07 14:02:36 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.43.1'
+version = '0.1.43.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []