setup.py
changeset 46 b220124b75ad
parent 42 b7366a18f305
child 54 344018771cd2
--- a/setup.py	Wed Jun 11 13:19:37 2014 +0200
+++ b/setup.py	Wed Jun 11 13:30:46 2014 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()