setup.py
changeset 136 3ea42c4b9938
parent 131 acf72848afc1
child 143 63b798053ece
--- a/setup.py	Tue Oct 13 17:39:09 2015 +0200
+++ b/setup.py	Thu Oct 22 13:59:28 2015 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()