Skip to content

Commit f5d1205

Browse files
authored
Merge pull request #29 from InsightSoftwareConsortium/bump-itk
ENH: Bump ITK to v5.3rc04.post2
2 parents dfa3e12 + fdb2aa1 commit f5d1205

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: "v5.3rc04"
7-
itk-wheel-tag: "v5.3rc04.post1"
6+
itk-git-tag: "835dc01388d22c4b4c9a46b01dbdfe394ec23511"
7+
itk-wheel-tag: "v5.3rc04.post2" # 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-bsplinegradient',
16-
version='0.2.7',
16+
version='0.2.8',
1717
author='Matthew McCormick',
1818
author_email='matt.mccormick@kitware.com',
1919
packages=['itk'],
@@ -46,6 +46,6 @@
4646
keywords='ITK InsightToolkit Image-Gradient B-spline',
4747
url=r'https://github.com/InsightSoftwareConsortium/ITKBSplineGradient',
4848
install_requires=[
49-
r'itk>=v5.3rc04.post1'
49+
r'itk>=v5.3rc04.post2'
5050
]
5151
)

0 commit comments

Comments
 (0)