summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-10 13:33:01 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-10 13:33:44 +0100
commitc81e52b89883163059f915bc8ea73b1b7bb6c254 (patch)
tree0ee2d2e49a7cc4c1bf60b84e18a4ebf75c4ced8c /setup.py
parent8ddefeab1fd04c74a5638ca1e2cc5dbccfad5dd8 (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 28d0d42..4f65730 100644
--- a/setup.py
+++ b/setup.py
@@ -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