From 9f96f968a76ae573cc8e5b6ee5cf169b5badd40e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 2 Oct 2017 00:19:52 +0200 Subject: Make 1.0.6 release Fixes an imply-related issue: 1774239 (Make 'imply' consider direct dependencies). Imply support should be solid now. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0811744..88e7177 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open(os.path.join(here_dir, "README.rst")) as f: setuptools.setup( name="kconfiglib", # MAJOR.MINOR.MAINTENANCE per http://semver.org - version="1.0.5", + version="1.0.6", description="A flexible Python Kconfig parser", long_description=long_description, url="https://github.com/ulfalizer/Kconfiglib", -- cgit v1.2.3