diff options
author | Thomas Duval <thomas.duval@orange.com> | 2018-01-16 11:35:59 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2018-01-16 11:35:59 +0100 |
commit | 5d4d84eefac0d8c836125c329220c678d1feb633 (patch) | |
tree | bfda6339ddf29e6ff86097faa72c7399c873af89 /moon_orchestrator | |
parent | 270a9b3c73c7f36eb8988300184ed6e54a572411 (diff) |
Update versions of moon_manager and moon_orchestrator
Change-Id: I93e0b0f353a53be1633aefd07a15da0fe99ec069
Diffstat (limited to 'moon_orchestrator')
-rw-r--r-- | moon_orchestrator/moon_orchestrator/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moon_orchestrator/moon_orchestrator/__init__.py b/moon_orchestrator/moon_orchestrator/__init__.py index 3276f42d..85c245e0 100644 --- a/moon_orchestrator/moon_orchestrator/__init__.py +++ b/moon_orchestrator/moon_orchestrator/__init__.py @@ -3,4 +3,4 @@ # license which can be found in the file 'LICENSE' in this package distribution # or at 'http://www.apache.org/licenses/LICENSE-2.0'. -__version__ = "4.3.1" +__version__ = "4.4.0" |