summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-01 02:16:02 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-01 02:16:02 +0200
commit2d50563d2b0674d5fd3cbf8108d38a48555fb0a1 (patch)
treec297e7d1e86838fcebdca41b5fba1bbbdb0d1a10 /setup.py
parent58ca4e493f15602bc30e2977963f190882cad0fc (diff)
Make 4.3.0 releasev4.3.0
4.2.1 should have been 4.3.0. That was not a bugfix release. Braino.
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 a7c2b17..f0f3abe 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="4.2.1",
+ version="4.3.0",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),