From 80217efee119f71c83cb9dbb1a02b12953f4f2b1 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 14 Nov 2017 13:46:27 -0500 Subject: [PATCH] Bump to v1.4.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d259d93..3a2e518f 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.6', + version='1.4.7', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"