diff --git a/Changelog.md b/Changelog.md index 494cd7e59c8f5fa9f62eaad06cbbfe19951d1036..82629101eea00105877199312161e0fdd12fab0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,5 +2,8 @@ All notable changes to this project will be documented in this file. +## [0.2] - 2023-12-06 +- Rebuild without any change. + ## [0.1] - 2023-12-06 - initial skeleton \ No newline at end of file diff --git a/setup.py b/setup.py index f5fe0933f1996e0cc880c020d0a89d3bb68c0570..7fff13d234d1be80dc6a3e921a63bb05d144adf2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="goat-lso", - version="0.1", + version="0.2", author="GÉANT Orchestration & Automation Team", author_email="goat@geant.org", description="Lightweight Service Orchestrator",