setup.py
changeset 139 a2fa246c6145
parent 125 3defe3953276
child 143 b80f490dee13
--- a/setup.py	Sun Sep 09 11:19:02 2018 +0200
+++ b/setup.py	Tue Sep 18 16:17:34 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []