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: