setup.py
changeset 402 2bd11b500946
parent 399 088dadea87f7
child 407 0037199881fb
--- a/setup.py	Mon Oct 07 09:14:05 2019 +0200
+++ b/setup.py	Mon Oct 07 14:01:17 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.34.1'
+version = '0.1.34.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [