diff --git a/Changelog.md b/Changelog.md index 9c9a91d2719d1f4fdf128ae12a1ad5dfce2997a1..4143cb1ba02388e58e8e4f3a05f7a83d302b155f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.4] - 2023-12-06 +- Rebuild without any change. + ## [0.3] - 2023-12-06 - Rebuild without any change. diff --git a/setup.py b/setup.py index 71b1d7e371dc403b47c2b4a5401c887643162820..c6be2063cda52d4bffcf64310b5725adbbac09fd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="goat-lso", - version="0.3", + version="0.4", author="GÉANT Orchestration & Automation Team", author_email="goat@geant.org", description="Lightweight Service Orchestrator",