From 197958d2a5df73cdc13c08365d99ce94322594d5 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 17 Mar 2017 16:23:15 +0100 Subject: [PATCH] 1.3.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37c6f809..d1caf60f 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.9', + version='1.3.10', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"