setup.py
changeset 527 ab116b73446e
parent 524 7f8e82b9a091
child 534 7d485d40eec3
--- a/setup.py	Mon Sep 28 15:45:00 2020 +0200
+++ b/setup.py	Mon Sep 28 15:50:58 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.52'
+version = '0.1.53'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []