diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-10 13:33:01 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-10 13:33:44 +0100 |
| commit | c81e52b89883163059f915bc8ea73b1b7bb6c254 (patch) | |
| tree | 0ee2d2e49a7cc4c1bf60b84e18a4ebf75c4ced8c /setup.py | |
| parent | 8ddefeab1fd04c74a5638ca1e2cc5dbccfad5dd8 (diff) | |
Make 10.40.0 releasev10.40.0
Adds a silly small optimization in commit 8ddefea ("Import 'platform'
and 'subprocess' as needed").
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.39.0", + version="10.40.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use |
