From 73ea51c0210ff2b13d1cbab4da1a5e45a1a6853a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 15 Jan 2019 23:15:03 +0100 Subject: Make 10.36.0 release Adds commit c9c7f59 ("Package LICENSE.txt in source distributions and wheels"), by request. Maybe some distros require this. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3eaf3e9..442c9bc 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.35.0", + version="10.36.0", description="A flexible Python Kconfig parser", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3