From 37d219ed6c303b2622c067d978c9b2b377a058e8 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 8 Oct 2024 23:01:01 +0200 Subject: [PATCH] release: Update pyproject.toml version to 5.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6609eb8..5228985 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.1.0" +version = "5.2.0" [tool.ruff] extend-exclude = ["cmake"]