setup.py
changeset 207 312f69d8ea37
parent 204 280b9e2289d6
child 211 dd2e258340e8
--- a/setup.py	Thu Oct 26 14:45:34 2017 +0200
+++ b/setup.py	Thu Oct 26 14:49:19 2017 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.28'
+version = '0.1.29'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()