From 8ea711eba13c25e6191494461857559cf9f27176 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Wed, 22 May 2019 23:40:08 -0400 Subject: [PATCH] ENH: Build against ITK 5.0.0 --- setup.py | 4 ++-- test/azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3d5a743..0ceaa2f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='itk-higherorderaccurategradient', - version='1.0.5', + version='1.0.6', author='Matthew M. McCormick', author_email='matt.mccormick@kitware.com', packages=['itk'], @@ -48,6 +48,6 @@ keywords='ITK Higher-order Derivative Gradient', url=r'https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient', install_requires=[ - r'itk>=5.0rc02' + r'itk>=5.0.0' ] ) diff --git a/test/azure-pipelines.yml b/test/azure-pipelines.yml index 5924d9e..feb4118 100644 --- a/test/azure-pipelines.yml +++ b/test/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - ITKGitTag: v5.0rc02 + ITKGitTag: v5.0.0 CMakeBuildType: Release trigger: