From 6ba249be9359ed16ccf258839e9d58fc0468b678 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 8 Oct 2024 22:10:16 +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 1988874..0039a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ description = "Template corba server" license = "BSD-2-Clause" name = "hpp-template-corba" -version = "5.1.0" +version = "5.2.0" [tool.ruff] extend-exclude = ["cmake"]