From 96533a80d074b35d44738e02630bf931caec243d Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 6 Dec 2024 07:28:39 +0100 Subject: [PATCH] release: Update pyproject.toml version to 6.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 895828d..fc34e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ description = "Wrapping of the kinematic/dynamic chain Pinocchio for HPP." license = "BSD-2-Clause" name = "hpp-pinocchio" -version = "5.2.0" +version = "6.0.0" [tool.ruff] extend-exclude = ["cmake"]