From 460ee1031208ee8072385ffd6ea78d69e89331ac Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:41:04 +0100 Subject: [PATCH] Bump version to 2.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eec65c..fb0c248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "pyceres" -version = "2.4" +version = "2.5" description="Factor graph optimization with Ceres, in Python" readme = "README.md" authors = [