setup.py
changeset 204 745782a20c6c
parent 196 8ba9a32fa326
child 210 8c92bf83518d
--- a/setup.py	Mon Oct 08 12:22:39 2018 +0200
+++ b/setup.py	Tue Oct 09 16:22:16 2018 +0200
@@ -22,7 +22,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 = []