From a839dc7097442e04c099c55b7c4c99c9f7f3debf Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 31 May 2017 10:44:03 +0200 Subject: [PATCH] 1.3.23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19c49c53..8581240c 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.21', + version='1.3.23', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"