From d1a024fa230976e3f0486d648e5bddd749d31a32 Mon Sep 17 00:00:00 2001 From: Stephen Aylward Date: Thu, 9 Jul 2026 16:09:38 -0400 Subject: [PATCH] ENH: Release 2026.07.2 --- pyproject.toml | 4 ++-- src/physiotwin4d/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f2db5ae..945fb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "physiotwin4d" -version = "2026.07.1" +version = "2026.07.2" description = "Methods, workflows, tutorials, and CLI for creating personalized physiological digital twins from 3D medical images" authors = [ {name = "Stephen R. Aylward", email = "saylward@nvidia.com"} @@ -181,7 +181,7 @@ physiotwin4d-visualize-pca-modes = "physiotwin4d.cli.visualize_pca_modes:main" where = ["src"] [tool.bumpver] -current_version = "2026.07.1" +current_version = "2026.07.2" version_pattern = "YYYY.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = false diff --git a/src/physiotwin4d/__init__.py b/src/physiotwin4d/__init__.py index b7d0da1..9008d4c 100644 --- a/src/physiotwin4d/__init__.py +++ b/src/physiotwin4d/__init__.py @@ -20,7 +20,7 @@ - PhysioTwin4DBase: Base class with standardized logging and debug settings """ -__version__ = "2026.07.1" +__version__ = "2026.07.2" import importlib.util as _importlib_util import warnings as _warnings