diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index b11390b..4bdd039 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -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: diff --git a/setup.py b/setup.py index c808649..9a4dec4 100644 --- a/setup.py +++ b/setup.py @@ -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'], @@ -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' ] )