From a87b7cbda383a15a1b991f972938aaa2f04ac5df Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 10 Mar 2025 18:22:49 -0400 Subject: [PATCH] ENH: Bump pyproject.toml version for ITK 5.4.2 In preparation for release. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 919c78b..969903d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-texturefeatures" -version = "4.0.0" +version = "4.0.1" description = "An ITK module to compute N-dimension grayscale texture feature images" readme = "README.rst" license = {file = "LICENSE"} @@ -39,7 +39,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Software Development :: Libraries", ] -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "itk == 5.4.*", ]