summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-14 20:43:34 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-14 20:43:34 +0200
commit2075347896ca184886926c3482dc2ffc7c7ae251 (patch)
treede8c89284a26a0188e07088eaf9cc0702c84063b /setup.py
parentdc0b022247b85a6e8d4e60415417e9b5790efe27 (diff)
Make 6.1.1 releasev6.1.1
Just adds commit dc0b022 ("Correctly report choice locations in some warnings").
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 794aa0b..25d8cf5 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="6.1.0",
+ version="6.1.1",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),