setup.py
changeset 123 1dd63411c085
parent 119 756ffe18637e
child 127 bae94df79fda
--- a/setup.py	Mon Aug 31 12:48:39 2020 +0200
+++ b/setup.py	Wed Sep 02 17:34:54 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.17.1'
+version = '0.1.18'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []