setup.py
changeset 1151 789e9f5c510e
parent 1147 0723aa959926
child 1175 b851a687604d
--- a/setup.py	Mon Dec 10 13:49:22 2018 +0100
+++ b/setup.py	Mon Dec 10 15:52:10 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.29'
+version = '0.1.30'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []