Skip to content

Commit

Permalink
Merge pull request #58 from tbirdso/bump-itk
Browse files Browse the repository at this point in the history
ENH: Bump ITK to v5.3rc04.post2
  • Loading branch information
tbirdso authored Jul 29, 2022
2 parents d76d3ec + fb875a5 commit 7841701
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: "v5.3rc04"
itk-wheel-tag: "v5.3rc04.post1" # Same ITK C++ reference commit, different tag name
itk-git-tag: "835dc01388d22c4b4c9a46b01dbdfe394ec23511"
itk-wheel-tag: "v5.3rc04.post2" # Same ITK C++ reference commit, different tag name

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-splitcomponents',
version='2.0.7',
version='2.0.8',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -50,6 +50,6 @@
keywords='ITK Higher-order Derivative Gradient',
url=r'https://github.com/InsightSoftwareConsortium/ITKSplitComponents',
install_requires=[
r'itk>=5.3rc04.post1'
r'itk>=5.3rc04.post2'
]
)

0 comments on commit 7841701

Please sign in to comment.