setup.py
changeset 120 2190578f8e22
parent 105 51d938163d14
child 128 ff7e86ca92d1
--- a/setup.py	Fri Mar 27 16:00:46 2015 +0100
+++ b/setup.py	Fri Mar 27 16:02:53 2015 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()