From ef23536001bf047698e1ea7b1366d9b3a84af29b Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 1 Nov 2017 15:57:57 -0400 Subject: [PATCH] Bump to v1.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6517570f..6a2e589e 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.3.31', + version='1.4.0', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"