Skip to content

Commit e76bc67

Browse files
author
Francois Budin
authored
Merge pull request #127 from cramraj8/patch-1
Update to ITKv5.0.0
2 parents d8bdf5b + d367ac5 commit e76bc67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
ITKGitTag: v5.0rc01
2+
ITKGitTag: v5.0.0
33
CMakeBuildType: MinSizeRel
44

55
trigger:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-isotropicwavelets',
16-
version='0.5.2',
16+
version='0.5.3',
1717
author='Pablo Hernandez-Cerdan',
1818
author_email='pablo.hernandez.cerdan@outlook.com',
1919
packages=['itk'],
@@ -54,6 +54,6 @@
5454
keywords='ITK InsightToolkit Wavelet Pyramid Steerable Riesz',
5555
url=r'https://github.com/InsightSoftwareConsortium/ITKIsotropicWavelets',
5656
install_requires=[
57-
r'itk>=5.0b01',
57+
r'itk>=5.0.0',
5858
]
5959
)

0 commit comments

Comments
 (0)