diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-01-15 23:15:03 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-01-15 23:19:05 +0100 |
| commit | 73ea51c0210ff2b13d1cbab4da1a5e45a1a6853a (patch) | |
| tree | 32ed27ad4eed0585b40e2d106bb6a8024c8ad7ad /setup.py | |
| parent | c9c7f59a2bdbdcdbea041ec818c011f7a6f26c52 (diff) | |
Make 10.36.0 releasev10.36.0
Adds commit c9c7f59 ("Package LICENSE.txt in source distributions and
wheels"), by request. Maybe some distros require this.
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.35.0", + version="10.36.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use |
