From a9b06a64e96a30e13da071feffec7c261271da1c Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 2 Oct 2017 10:35:21 -0400 Subject: [PATCH] Bump the version to 1.3.31 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba4753d1..09de88c0 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.30', + version='1.3.31', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"