From 8729a239816ba692b560f6baa0dce0c079bb04e3 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 27 Apr 2019 15:10:20 +0200 Subject: Make 10.50.0 release Adds a simple utility for initializing the configuration from an existing configuration, in commit 4f1674f ("defconfig: 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 1660ccc..01b4741 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="10.49.0", + version="10.50.0", description="A flexible Python Kconfig implementation", # Make sure that README.rst decodes on Python 3 in environments that use -- cgit v1.2.3