Skip to content

Commit 445c890

Browse files
committed
ENH: Update pyproject.toml for ITK 5.4.2
In preparation for release. Ensure that cmake is 3.16.3 or greater to match v5.4.2 minimum requirements. Set minimum python to 3.9 Increment version number. Replace keyword of "ITK" with lowercase "itk" in some instances to be consistent.
1 parent 22d8846 commit 445c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-labelerodedilate"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "An ITK module for erode and dilate operations on label images"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)