setup.py
changeset 117 33f7b8337232
parent 115 66800da6ed48
child 120 44d8a474cef6
--- a/setup.py	Tue Feb 05 14:49:31 2019 +0100
+++ b/setup.py	Mon Jun 29 22:34:21 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 = []