setup.py
changeset 1339 401655442ef0
parent 1326 44b216760dce
child 1355 81d85c23a445
--- a/setup.py	Fri Jul 26 13:04:54 2019 +0200
+++ b/setup.py	Fri Jul 26 19:23:33 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.51.2'
+version = '0.1.52'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []