From 104adbdbd2e469b352575c92e41a2908e823fb33 Mon Sep 17 00:00:00 2001 From: clemsgrs Date: Tue, 30 Dec 2025 12:19:01 +0000 Subject: [PATCH] Bump version to 1.0.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 5becc17..5c4105c 100644 --- a/hs2p/__init__.py +++ b/hs2p/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 8d49991..5fbea5e 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.0" +current_version = "1.0.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 6bcb50c..a35aacd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hs2p -version = 1.0.0 +version = 1.0.1 description = Optimized slide tiling library for histopathology author = Clément Grisi platforms = unix, linux, osx, cygwin, win32