From ed94d2404f7b02abdb664a95ce78df1b652e5a37 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 6 Nov 2017 17:04:27 -0500 Subject: [PATCH] Bump to v1.4.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6eb8eb8c..47f62ddd 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.4', + version='1.4.5', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"