setup.py
changeset 168 de138c75620f
parent 160 7ed5f188e9df
child 172 0482a4b3103a
--- a/setup.py	Mon Jul 20 12:34:40 2020 +0200
+++ b/setup.py	Mon Jul 20 14:18:27 2020 +0200
@@ -22,7 +22,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 = []