From 61d15d0b6510863c232333a0f9daf2ee99364412 Mon Sep 17 00:00:00 2001 From: Paul-Edouard Sarlin <15985472+sarlinpe@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:02:06 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b600390..251ad3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build" [project] name = "pyceres" -version = "1.1" +version = "2.0" description="Factor graph optimization with Ceres, in Python" readme = "README.md" authors = [