From fecb06a02675d128e00a5cf0df757746f43d6382 Mon Sep 17 00:00:00 2001 From: Romeo Kienzler Date: Wed, 23 Sep 2026 16:32:02 +0200 Subject: [PATCH] chore(version): set version to 0.9.0.2 Align the declared package version with the last release published to PyPI (0.9.0.2) instead of 0.9.1. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Romeo Kienzler --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a898f7bc..962ee1e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ namespaces = false [project] name = "gridfm-graphkit" description = "Grid Foundation Model" -version = "0.9.1" +version = "0.9.0.2" readme = "README.md" license = "Apache-2.0" requires-python = ">=3.10,<3.13"