setup.py
changeset 102 80888b607fe7
parent 99 3973a123af03
child 105 51d938163d14
--- a/setup.py	Wed Jan 14 15:52:59 2015 +0100
+++ b/setup.py	Wed Jan 14 15:53:13 2015 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()