From be933105dd23a4f5400d693dd006f58160fac591 Mon Sep 17 00:00:00 2001 From: clemsgrs Date: Sun, 22 Mar 2026 14:33:57 +0000 Subject: [PATCH] Bump version to 2.4.1 --- hs2p/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hs2p/__init__.py b/hs2p/__init__.py index 7ebff30..2f172ce 100644 --- a/hs2p/__init__.py +++ b/hs2p/__init__.py @@ -21,4 +21,4 @@ write_coordinate_preview, ) -__version__ = "2.4.0" +__version__ = "2.4.1" diff --git a/pyproject.toml b/pyproject.toml index 4c5075a..c98cde2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ warn_unused_configs = true no_implicit_reexport = true [tool.bumpver] -current_version = "2.4.0" +current_version = "2.4.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/setup.cfg b/setup.cfg index 84260ac..d227b8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hs2p -version = 2.4.0 +version = 2.4.1 description = Optimized slide tiling library for histopathology author = Clément Grisi platforms = unix, linux, osx, cygwin, win32