Skip to content

Commit

Permalink
Merge pull request #23 from thewtex/itk-5.0.0
Browse files Browse the repository at this point in the history
ENH: Build against ITK 5.0.0
  • Loading branch information
thewtex committed May 23, 2019
2 parents 954b38c + 8ea711e commit 86b0da4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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'],
Expand Down Expand Up @@ -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'
]
)
2 changes: 1 addition & 1 deletion test/azure-pipelines.yml
@@ -1,5 +1,5 @@
variables:
ITKGitTag: v5.0rc02
ITKGitTag: v5.0.0
CMakeBuildType: Release

trigger:
Expand Down

0 comments on commit 86b0da4

Please sign in to comment.