From 5f33737fa02240634f33a80360c69a81285437d9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 28 Nov 2017 10:55:26 -0500 Subject: [PATCH] Update version to v1.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 672d4c4e..bd45fcf6 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.5.1', + version='1.5.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"