Skip to content

Commit

Permalink
ENH: Bump ITK to v5.3rc04
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Jul 25, 2022
1 parent 69cca73 commit 77cd077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6"
itk-wheel-tag: "v5.3rc04"
itk-git-tag: "v5.3rc04"
itk-wheel-tag: "v5.3rc04.post1"

jobs:
build-test-cxx:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-strain',
version='0.3.6',
version='0.3.7',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -53,6 +53,6 @@
keywords='ITK Strain Tensor Displacement Field',
url=r'https://github.com/InsightSoftwareConsortium/ITKStrain',
install_requires=[
r'itk>=5.3rc4'
r'itk>=5.3rc4.post1'
]
)

0 comments on commit 77cd077

Please sign in to comment.