From 4608e7e5347904d113fdb5b8bfd2405ee715ef10 Mon Sep 17 00:00:00 2001 From: clemsgrs Date: Thu, 1 Jan 2026 15:53:29 +0000 Subject: [PATCH] Bump version to 1.1.0 --- 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 5c4105c..6849410 100644 --- a/hs2p/__init__.py +++ b/hs2p/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 5fbea5e..6c29da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ warn_unused_configs = true no_implicit_reexport = true [tool.bumpver] -current_version = "1.0.1" +current_version = "1.1.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/setup.cfg b/setup.cfg index a35aacd..776ca29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hs2p -version = 1.0.1 +version = 1.1.0 description = Optimized slide tiling library for histopathology author = Clément Grisi platforms = unix, linux, osx, cygwin, win32