Skip to content

Commit dfa3e12

Browse files
authored
Merge pull request #28 from InsightSoftwareConsortium/bump-itk
ENH: Bump ITK to v5.3rc04
2 parents 96b48fa + 78b467d commit dfa3e12

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"
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.6',
16+
version='0.2.7',
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'
49+
r'itk>=v5.3rc04.post1'
5050
]
5151
)

0 commit comments

Comments
 (0)