From 6469c0544035026d63866e280b6726006170a25e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 11 Feb 2019 03:11:06 +0100 Subject: Make 10.37.0 release Adds a utility for setting configuration values from the command line, in commit 22d3cc3 ("setconfig: Add script"). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ff090ec..b9da844 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools setuptools.setup( name="kconfiglib", # MAJOR.MINOR.PATCH, per http://semver.org - version="10.36.0", + version="10.37.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3