From 79f462cb73d87423a5bd09afabb00ebba519f37b Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@geant.org> Date: Thu, 17 Oct 2024 11:08:53 +0000 Subject: [PATCH] Update setup.py - bump the version to 1.17 for Jenkins pipeline to work --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c6a0c6..4917993 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="goat-lso", - version="1.16", + version="1.17", author="GÉANT Orchestration & Automation Team", author_email="goat@geant.org", description="Lightweight Service Orchestrator", -- GitLab