diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-02-11 03:11:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-02-11 03:11:27 +0100 |
| commit | 6469c0544035026d63866e280b6726006170a25e (patch) | |
| tree | 66824a795b5fb8b0acee96dd70576784da150573 /setup.py | |
| parent | 22d3cc30fd6bc38da2af2a446a8babe28e79701c (diff) | |
Make 10.37.0 releasev10.37.0
Adds a utility for setting configuration values from the command line,
in commit 22d3cc3 ("setconfig: Add script").
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.36.0", + version="10.37.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
