Skip to content

Commit dbb5ae0

Browse files
committed
ENH: Update pyproject.toml for ITK 5.4.2
In preparation for release.
1 parent 50593c2 commit dbb5ae0

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-growcut"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Segments a 3D image from foreground and background seeds."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -34,7 +34,7 @@ classifiers = [
3434
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3535
"Topic :: Software Development :: Libraries",
3636
]
37-
requires-python = ">=3.8"
37+
requires-python = ">=3.9"
3838
dependencies = [
3939
"itk == 5.4.*",
4040
]

0 commit comments

Comments
 (0)