Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 9e76c98

Browse files
committed
ENH: Bump ITK to v5.3rc04.post2
1 parent b6f5368 commit 9e76c98

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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"
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.7',
16+
version='0.3.8',
1717
author='Matthew M. McCormick',
1818
author_email='matt.mccormick@kitware.com',
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.post1'
56+
r'itk>=5.3rc4.post2'
5757
]
5858
)

0 commit comments

Comments
 (0)