summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-06 14:13:39 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-06 14:17:43 +0200
commit055cc3ff22a3fd81c6a9327eed51a6c35de7d3b0 (patch)
tree659c02dbb65a861bd4f1c31816d3b64c7924bb35 /setup.py
parentb727f4dcb95f3d5bc000e8771ee5297c8db93c17 (diff)
Make 6.0.1 releasev6.0.1
Just to fix the rendering of the README on PyPI with commit b727f4d ("Fix link to allyesconfig.py in README").
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 028dd56..558fa7c 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.0.0",
+ version="6.0.1",
description="A flexible Python Kconfig parser",
long_description=
open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),