From 74993a4df2f14079f4775a803b6198a324640a45 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 3 Nov 2017 16:30:17 -0400 Subject: [PATCH] Bump to version v1.4.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f0e5264..00da0d44 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.2', + version='1.4.3', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"