Skip to content

Commit 572f682

Browse files
committed
Bump version to 3.1.0
1 parent 8c2be1e commit 572f682

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ warn_unused_configs = true
2323
no_implicit_reexport = true
2424

2525
[tool.bumpver]
26-
current_version = "3.0.1"
26+
current_version = "3.1.0"
2727
version_pattern = "MAJOR.MINOR.PATCH"
2828
commit = false # We do version bumping in CI, not as a commit
2929
tag = false # Git tag already exists — we don't auto-tag

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = slide2vec
3-
version = 3.0.1
3+
version = 3.1.0
44
description = Embedding of whole slide images with Foundation Models
55
author = Clément Grisi
66
platforms = unix, linux, osx, cygwin, win32

slide2vec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from slide2vec.artifacts import SlideEmbeddingArtifact, TileEmbeddingArtifact
33

44

5-
__version__ = "3.0.1"
5+
__version__ = "3.1.0"
66

77
__all__ = [
88
"Model",

0 commit comments

Comments
 (0)