Skip to content

Commit d76d3ec

Browse files
authored
Merge pull request #57 from tbirdso/bump-itk
ENH: Bump ITK to v5.3rc04.post1
2 parents 5c07777 + 6593513 commit d76d3ec

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
@@ -3,8 +3,8 @@ name: Build, test, package
33
on: [push,pull_request]
44

55
env:
6-
itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6"
7-
itk-wheel-tag: "v5.3rc04"
6+
itk-git-tag: "v5.3rc04"
7+
itk-wheel-tag: "v5.3rc04.post1" # Same ITK C++ reference commit, different tag name
88

99
jobs:
1010
build-test-cxx:

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-splitcomponents',
16-
version='2.0.6',
16+
version='2.0.7',
1717
author='Matthew M. McCormick',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -50,6 +50,6 @@
5050
keywords='ITK Higher-order Derivative Gradient',
5151
url=r'https://github.com/InsightSoftwareConsortium/ITKSplitComponents',
5252
install_requires=[
53-
r'itk>=5.3rc04'
53+
r'itk>=5.3rc04.post1'
5454
]
5555
)

0 commit comments

Comments
 (0)