From 47b05501d9dd3852102a0493534890b85f832ab9 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 17 Mar 2018 16:04:49 +0100 Subject: Make 4.1.0 release Only adds daac69d ("Add a globbing source statement"). 'gource' doubles as an include-if-exists function. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3a47294..606c3c2 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="4.0.0", + version="4.1.0", description="A flexible Python Kconfig parser", long_description= open(os.path.join(os.path.dirname(__file__), "README.rst")).read(), -- cgit v1.2.3