Skip to content

Commit 13fcd46

Browse files
authored
Merge pull request #141 from hjmjohnson/update-pyproject-and-workflows
2 parents 3efcd03 + 74f38a2 commit 13fcd46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 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-morphologicalcontourinterpolation"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
description = "A morphology-based approach for interslice interpolation of anatomical slices from volumetric images."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
@@ -14,6 +14,7 @@ authors = [
1414
]
1515
keywords = [
1616
"itk",
17+
"InsightToolkit",
1718
]
1819
classifiers = [
1920
"Development Status :: 4 - Beta",
@@ -46,7 +47,7 @@ Homepage = "https://github.com/KitwareMedical/ITKContourInterpolation"
4647
# The versions of CMake to allow. If CMake is not present on the system or does
4748
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4849
# string will disable this check.
49-
cmake.version = ">=3.16.3"
50+
cmake.version = ">=3.22.1"
5051

5152
# A list of args to pass to CMake when configuring the project. Setting this in
5253
# config or envvar will override toml. See also ``cmake.define``.

0 commit comments

Comments
 (0)