From 6b8a79ba3628d1e4704180c073b0bb535bdb0b07 Mon Sep 17 00:00:00 2001 From: stroblme Date: Mon, 10 Aug 2026 23:17:55 +0200 Subject: [PATCH] Release 7.9.3.1 The first non-dev version, published once every cutover gate was green: the app's full suite, a whole-project-store geometry sweep, and the perf benchmarks. Gitea never allows republishing a version, so this waited for the exact commit the app now pins. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01DfriM8XUkn7uYf5Dwe2xo6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1daf93..41061dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "n3xd-ocp" # .devN suffix: the registry never allows republishing a version, and its # cleanup rule collects only the dev ones. CMake asserts the prefix matches # the OCCT it found. -version = "7.9.3.1.dev5" +version = "7.9.3.1" description = "nanobind bindings for the OpenCASCADE geometry kernel (drop-in OCP)" readme = "README.md" requires-python = ">=3.12"