From 74e5ac7e7ab5b290d5515cc03cbfe9a0d9e0006b Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 22 Mar 2017 18:19:59 +0100 Subject: [PATCH] 1.3.13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff50ba5e..43f535c5 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.12', + version='1.3.13', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"