Skip to content

Commit d367ac5

Browse files
authored
ENH: Update setup.py
1 parent 8a4d079 commit d367ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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='[email protected]',
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)