setup.py
changeset 1399 a01a3c9612ff
parent 1396 c870db363aaf
child 1402 4304b80a00b3
--- a/setup.py	Fri Jul 03 18:43:46 2020 +0200
+++ b/setup.py	Fri Jul 03 19:23:44 2020 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.58'
+version = '0.1.59'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []