setup.py
changeset 83 de6793899993
parent 80 e431dcf09302
child 87 6379ce8a2ba5
--- a/setup.py	Fri Dec 21 20:11:10 2018 +0100
+++ b/setup.py	Fri Dec 28 10:59:43 2018 +0100
@@ -27,7 +27,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.17'
+version = '0.1.18'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []