setup.py
changeset 524 7f8e82b9a091
parent 521 f86cf0f11634
child 527 ab116b73446e
--- a/setup.py	Wed Sep 23 16:32:28 2020 +0200
+++ b/setup.py	Wed Sep 23 16:46:35 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.51'
+version = '0.1.52'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []