diff --git a/Changelog.md b/Changelog.md
index 4143cb1ba02388e58e8e4f3a05f7a83d302b155f..443673fa8e1b7394dd52e6a22ef25412ec3fdc8c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.5] - 2023-12-06
+- Rebuild without any change.
+
 ## [0.4] - 2023-12-06
 - Rebuild without any change.
 
diff --git a/setup.py b/setup.py
index c6be2063cda52d4bffcf64310b5725adbbac09fd..d12d9522eaf024026796715bb34c26d83706e7df 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name="goat-lso",
-    version="0.4",
+    version="0.5",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",
@@ -41,5 +41,4 @@ setup(
         "Intended Audience :: System Administrators",
         "Intended Audience :: Telecommunications Industry",
     ],
-    python_requires=">=3.11",
 )