From 9af3bd5107fba163b6e60d3c2f0051b24b67a747 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 6 Dec 2024 08:32:18 +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 5228985..bf9ae10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ description = "Implementation of a parser for hpp-manipulation." license = "BSD-2-Clause" name = "hpp-manipulation-urdf" -version = "5.2.0" +version = "6.0.0" [tool.ruff] extend-exclude = ["cmake"]