From a459b91fde500a014161ee602605461575253e4a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 3 Mar 2017 10:06:06 -0500 Subject: [PATCH] 1.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a0c23d0..22b63507 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.2', + version='1.3.3', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"