From a9ec0fc58752cdbd73927661f094b89d9cb90e3d Mon Sep 17 00:00:00 2001 From: clemsgrs Date: Mon, 20 Apr 2026 12:10:15 +0000 Subject: [PATCH] Bump version to 4.3.0 --- pyproject.toml | 4 ++-- slide2vec/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e19d63d..7b91578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "slide2vec" -version = "4.2.0" +version = "4.3.0" description = "Embedding of whole slide images with Foundation Models" readme = "README.md" requires-python = ">=3.10" @@ -164,7 +164,7 @@ no_implicit_reexport = true max-line-length = 160 [tool.bumpver] -current_version = "4.2.0" +current_version = "4.3.0" version_pattern = "MAJOR.MINOR.PATCH" commit = false # We do version bumping in CI, not as a commit tag = false # Git tag already exists — we don't auto-tag diff --git a/slide2vec/__init__.py b/slide2vec/__init__.py index 5cb2ce4..3d83ba5 100644 --- a/slide2vec/__init__.py +++ b/slide2vec/__init__.py @@ -10,7 +10,7 @@ from slide2vec.artifacts import HierarchicalEmbeddingArtifact, SlideEmbeddingArtifact, TileEmbeddingArtifact -__version__ = "4.2.0" +__version__ = "4.3.0" __all__ = [ "Model",