Skip to content

Commit f869707

Browse files
thewtexdzenanz
authored andcommitted
ENH: Bump Python package version to 2.1.0
Build against ITK 5.4.2.
1 parent 093cf40 commit f869707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
88
with:
99
itk-cmake-options: '-DModule_MorphologicalContourInterpolation_BUILD_EXAMPLES:BOOL=ON'
1010
itk-module-deps: 'RLEImage@v1.0.2'
1111

1212
python-build-workflow:
13-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
13+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
1414
with:
1515
test-notebooks: false
1616
secrets:

pyproject.toml

+1-1
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.0.0"
7+
version = "2.1.0"
88
description = "A morphology-based approach for interslice interpolation of anatomical slices from volumetric images."
99
readme = "README.md"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)