Skip to content

Commit 4e63c64

Browse files
authored
Merge pull request #105 from InsightSoftwareConsortium/thewtex-patch-1
ENH: Bump pyproject.toml version for ITK 5.4.2
2 parents d2c2d3f + a87b7cb commit 4e63c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-texturefeatures"
7-
version = "4.0.0"
7+
version = "4.0.1"
88
description = "An ITK module to compute N-dimension grayscale texture feature images"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -39,7 +39,7 @@ classifiers = [
3939
"Topic :: Scientific/Engineering :: Medical Science Apps.",
4040
"Topic :: Software Development :: Libraries",
4141
]
42-
requires-python = ">=3.8"
42+
requires-python = ">=3.9"
4343
dependencies = [
4444
"itk == 5.4.*",
4545
]

0 commit comments

Comments
 (0)