From 425c2344fed7812dafd0949553b5d46fb7e3eb8e Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 17 Nov 2017 13:30:24 -0500 Subject: [PATCH] Update version to v1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a2e518f..611723b6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open('test-requirements.txt') as f: setup(name='module-build-service', description='The Module Build Service for Modularity', - version='1.4.7', + version='1.5.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"