setup.py
changeset 224 0de5521fc582
parent 222 04c7803a8e64
child 234 30d866448bfd
--- a/setup.py	Fri Jul 20 14:52:43 2018 +0200
+++ b/setup.py	Sat Jul 21 00:15:37 2018 +0200
@@ -25,7 +25,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 = [