Skip to content

Commit b6f5368

Browse files
authored
Merge pull request #60 from tbirdso/bump-itk
ENH: Bump ITK to v5.3rc04
2 parents 69cca73 + 77cd077 commit b6f5368

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-strain',
16-
version='0.3.6',
16+
version='0.3.7',
1717
author='Matthew M. McCormick',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -53,6 +53,6 @@
5353
keywords='ITK Strain Tensor Displacement Field',
5454
url=r'https://github.com/InsightSoftwareConsortium/ITKStrain',
5555
install_requires=[
56-
r'itk>=5.3rc4'
56+
r'itk>=5.3rc4.post1'
5757
]
5858
)

0 commit comments

Comments
 (0)