Skip to content

Commit 6768826

Browse files
authored
Merge pull request #66 from KitwareMedical/bump-itk
ENH: Bump for ITK v5.3
2 parents d6af2c5 + 8666068 commit 6768826

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-strain',
16-
version='0.3.10',
16+
version='0.4.0',
1717
author='Matthew M. McCormick',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -53,6 +53,6 @@
5353
keywords='ITK Strain Tensor Displacement Field',
5454
url=r'https://github.com/InsightSoftwareConsortium/ITKStrain',
5555
install_requires=[
56-
r'itk>=5.3rc4.post4'
56+
r'itk>=5.3.0'
5757
]
5858
)

0 commit comments

Comments
 (0)