From fb875a5eded3c456b46e52972a55b05f6cb442c8 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Fri, 29 Jul 2022 09:17:07 -0400 Subject: [PATCH] ENH: Bump ITK to v5.3rc04.post2 --- .github/workflows/build-test-package.yml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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' ] )