From 014449dba6bd1bfb6838d81b06836eef315ad11c Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Wed, 29 Sep 2021 19:17:26 +0300 Subject: [PATCH] bump version to 0.7.0 --- sda_orchestrator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda_orchestrator/__init__.py b/sda_orchestrator/__init__.py index 4840cb5..0dcaaf7 100644 --- a/sda_orchestrator/__init__.py +++ b/sda_orchestrator/__init__.py @@ -1,5 +1,5 @@ """SDA Orchestrator service for coordinating messages and mapping file id to dataset id.""" __title__ = "sda_orchestrator" -__version__ = "0.6.0" +__version__ = "0.7.0" __author__ = "NeIC System Developers"