From 0e2673d39ba9c91a2eed4c4a211c6c3b011140b7 Mon Sep 17 00:00:00 2001 From: clemsgrs Date: Tue, 17 Feb 2026 14:10:42 +0000 Subject: [PATCH] Bump version to 1.1.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 ea6a614..29d264a 100644 --- a/hs2p/__init__.py +++ b/hs2p/__init__.py @@ -6,4 +6,4 @@ visualize_coordinates, ) -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/pyproject.toml b/pyproject.toml index 6c29da0..f9b3e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ warn_unused_configs = true no_implicit_reexport = true [tool.bumpver] -current_version = "1.1.0" +current_version = "1.1.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 776ca29..9174752 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hs2p -version = 1.1.0 +version = 1.1.1 description = Optimized slide tiling library for histopathology author = Clément Grisi platforms = unix, linux, osx, cygwin, win32