setup.py
changeset 105 51d938163d14
parent 102 80888b607fe7
child 120 2190578f8e22
--- a/setup.py	Wed Feb 04 13:59:16 2015 +0100
+++ b/setup.py	Wed Feb 04 13:59:35 2015 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.11'
+version = '0.1.12'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()