setup.py
changeset 338 a774539b3f81
parent 330 d9e47bf8c17f
child 362 ee2c9db73566
--- a/setup.py	Wed Jun 13 09:01:45 2018 +0200
+++ b/setup.py	Wed Jun 13 09:02:32 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16'
+version = '0.1.17'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []