diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-01 13:55:25 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-01 14:17:38 +0100 |
| commit | 6d34d9b11cc9587f123e7b5fe3d8de2cad3fa2b1 (patch) | |
| tree | 34b19806bdc4dd8a054f3d4f3bbaec0fb2ee5cfa /setup.py | |
| parent | a8d378d5fc027fef9d884bd4d89d5ca726383146 (diff) | |
Make 10.29.0 releasev10.29.0
Adds commit 567cccf ("Tighten up help text parsing"), which improves
parsing performance slightly.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.28.0", + version="10.29.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
