summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-12-01 17:30:17 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-12-01 17:30:17 +0100
commit930356c2859d192c096e71827219bff0c5fa8780 (patch)
tree4f31da18441ef03a80c5d452012269ade54c5891 /setup.py
parenta4751b5d94e713b2206889a4aab54388df1ca33f (diff)
Make 10.30.0 releasev10.30.0
Adds a small incremental building improvement: commit a4751b5 ("Flag removed symbols as changed in sync_deps()")
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 d41fef5..6ef54ac 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.29.0",
+ version="10.30.0",
description="A flexible Python Kconfig parser",
# Make sure that README.rst decodes on Python 3 in environments that use