From c76bd96154b9118a109c1ea3bc76078d33d97622 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 22 Jan 2018 10:51:49 -0500 Subject: [PATCH] Bump the version to 1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acaf8ccf..c078cd65 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements setup(name='module-build-service', description='The Module Build Service for Modularity', - version='1.5.2', + version='1.6.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"