Skip to content

Commit f90bb7e

Browse files
authored
Merge pull request #45 from InsightSoftwareConsortium/bump-itk
ENH: Bump for ITK v5.3
2 parents 6298ae1 + b524294 commit f90bb7e

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@v5.3.0
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@v5.3.0
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-higherorderaccurategradient',
16-
version='1.1.6',
16+
version='1.2.0',
1717
author='Matthew M. McCormick',
1818
author_email='matt.mccormick@kitware.com',
1919
packages=['itk'],
@@ -48,6 +48,6 @@
4848
keywords='ITK Higher-order Derivative Gradient',
4949
url=r'https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient',
5050
install_requires=[
51-
r'itk>=v5.3rc04.post4'
51+
r'itk>=v5.3.0'
5252
]
5353
)

0 commit comments

Comments
 (0)