From f6fdd94fd0ed7100a1fb6abcf4b61f515157cef0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 20 Sep 2017 21:53:05 -0400 Subject: [PATCH] 1.3.30 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18cf8cd2..ba4753d1 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.29', + version='1.3.30', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"