From 64687955f590c2565c3ef588290858e0c192f419 Mon Sep 17 00:00:00 2001 From: Alec Jacobson Date: Thu, 5 Mar 2026 09:35:59 -0500 Subject: [PATCH] Bump version from 2.6.2.dev0 to 2.6.2 I'm not sure what the best way is to do version bumps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42885683..d4252f41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "scikit_build_core.build" [project] name = "libigl" -version = "2.6.2.dev0" +version = "2.6.2" description = "libigl: A simple C++ geometry processing library" readme = "README.md" requires-python = ">=3.8"