From 285e25b02c8c360d22921975460f73b23ebcba1e Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Tue, 2 May 2017 14:54:14 +0200 Subject: [PATCH] 1.3.21 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aca5074f..d1a1198a 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.20', + version='1.3.21', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"