From 0fb61a75801c941dd777951f6e9179c229cd94c0 Mon Sep 17 00:00:00 2001 From: clemsgrs Date: Mon, 18 May 2026 10:32:32 +0000 Subject: [PATCH] Bump version to 4.5.1 --- pyproject.toml | 4 ++-- slide2vec/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4250f3..adcd370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "slide2vec" -version = "4.5.0" +version = "4.5.1" 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.5.0" +current_version = "4.5.1" 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 aff68e7..d4bb2c1 100644 --- a/slide2vec/__init__.py +++ b/slide2vec/__init__.py @@ -11,7 +11,7 @@ from slide2vec.artifacts import HierarchicalEmbeddingArtifact, SlideEmbeddingArtifact, TileEmbeddingArtifact -__version__ = "4.5.0" +__version__ = "4.5.1" __all__ = [ "Model",