Skip to content

Commit 6298ae1

Browse files
tbirdsodzenanz
authored andcommitted
ENH: Bump ITK workflow to v5.3rc04.post4
1 parent 63da22a commit 6298ae1

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.post3
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post3
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
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.5',
16+
version='1.1.6',
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.post3'
51+
r'itk>=v5.3rc04.post4'
5252
]
5353
)

0 commit comments

Comments
 (0)