Skip to content

Commit

Permalink
Merge pull request #127 from cramraj8/patch-1
Browse files Browse the repository at this point in the history
Update to ITKv5.0.0
  • Loading branch information
Francois Budin committed May 29, 2019
2 parents d8bdf5b + d367ac5 commit e76bc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
ITKGitTag: v5.0rc01
ITKGitTag: v5.0.0
CMakeBuildType: MinSizeRel

trigger:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-isotropicwavelets',
version='0.5.2',
version='0.5.3',
author='Pablo Hernandez-Cerdan',
author_email='pablo.hernandez.cerdan@outlook.com',
packages=['itk'],
Expand Down Expand Up @@ -54,6 +54,6 @@
keywords='ITK InsightToolkit Wavelet Pyramid Steerable Riesz',
url=r'https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets',
install_requires=[
r'itk>=5.0b01',
r'itk>=5.0.0',
]
)

0 comments on commit e76bc67

Please sign in to comment.