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