setup.py
changeset 204 280b9e2289d6
parent 198 96b8eecdaabb
child 207 312f69d8ea37
--- a/setup.py	Fri May 12 13:42:21 2017 +0200
+++ b/setup.py	Fri May 12 14:02:47 2017 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.27'
+version = '0.1.28'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()