summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 beb448d..eb31fe5 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open(os.path.join(here_dir, "README.rst")) as f:
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.MAINTENANCE per http://semver.org
- version="2.2.3",
+ version="2.2.4",
description="A flexible Python Kconfig parser",
long_description=long_description,
url="https://github.com/ulfalizer/Kconfiglib",