summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2020-01-24 22:11:27 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2020-01-24 22:11:27 +0100
commit34a6c2140d9c74fb34899f3da9bcf7539b7f9826 (patch)
treec25b692089be5a21c62137014b7ce7ab17ac508e /setup.py
parent9e0a8d29fa76adcb3f27bb2e20f16fefc2a8591e (diff)
Make 14.0.0 release to use 'python3' in hashbangsv14.0.0
Adds commit 9e0a8d2 ("Use 'python3' instead of 'python' in hashbangs"). This has some breakage potential on older systems (though not when installing via 'pip'), so the major version is increased to 14.
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 f038f61..442e4da 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ import setuptools
setuptools.setup(
name="kconfiglib",
# MAJOR.MINOR.PATCH, per http://semver.org
- version="13.7.1",
+ version="14.0.0",
description="A flexible Python Kconfig implementation",
# Make sure that README.rst decodes on Python 3 in environments that use