Skip to content

Commit

Permalink
ENH: Bump version number to 1.2.0 and required ITK version to 5.3rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jun 3, 2022
1 parent f427170 commit af2525c
Showing 1 changed file with 2 additions and 2 deletions.
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-labelerodedilate',
version='1.1.1',
version='1.2.0',
author='Richard Beare',
author_email='Richard.Beare@med.monash.edu.au',
packages=['itk'],
Expand Down Expand Up @@ -52,6 +52,6 @@
keywords='ITK InsightToolkit Math-morphology Label-images',
url=r'https://github.com/InsightSoftwareConsortium/ITKLabelErodeDilate',
install_requires=[
r'itk>=5.2rc1'
r'itk>=5.3rc4'
]
)

0 comments on commit af2525c

Please sign in to comment.