From f4622a437cf7a596897f38d61e5477a7b6387877 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Sun, 30 Jun 2024 19:41:06 +0200
Subject: [PATCH] release: Update pyproject.toml version to 5.1.0

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 256f3a6..ba05488 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
 description = "Utility classes for testing (robust) equilibrium of a system in contact with the environment, and other centroidal dynamics methods."
 license = "BSD-2-Clause"
 name = "hpp-centroidal-dynamics"
-version = "5.0.0"
+version = "5.1.0"
 
 [tool.ruff]
 extend-exclude = ["cmake"]
-- 
GitLab