From d4c44711abb72a21bd3a9b3a45f32416eb8c8fb7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 12 Sep 2017 13:31:01 -0400 Subject: [PATCH] 1.3.27 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8829f936..796b3127 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.26', + version='1.3.27', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"