From 2099630d76bd1189df5def3d58d1a8d81ac0f9fc Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 30 Jun 2024 19:46:33 +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 f512356..b35d488 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.0.0" +version = "5.1.0" [tool.ruff] extend-exclude = ["cmake"]