From 5aa007c687c080608c9864d239f523d452bd7181 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 30 Jun 2024 20:04:29 +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 cc015f51..384d44d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,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-core" -version = "5.0.0" +version = "5.1.0" [tool.ruff] extend-exclude = ["cmake"]