setup.py
changeset 1147 0723aa959926
parent 1120 52ed8cc1c947
child 1151 789e9f5c510e
--- a/setup.py	Wed Dec 05 16:54:30 2018 +0100
+++ b/setup.py	Thu Dec 06 11:25:31 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.28'
+version = '0.1.29'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []