Skip to content

Commit

Permalink
COMP: Include version tags in python setup.py
Browse files Browse the repository at this point in the history
Minimum ITK version at 5.1.0
Bump version of this module to 1.0.1
  • Loading branch information
richardbeare committed May 15, 2020
1 parent 7471c0b commit 5552148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-parabolicmorphology',
version='1.0.0',
version='1.0.1',
author='Richard Beare',
author_email='Richard.Beare@med.monash.edu.au',
packages=['itk'],
Expand Down Expand Up @@ -49,6 +49,6 @@
keywords='ITK Parabolic Morphology Erosion Dilation',
url=r'https://github.com/InsightSoftwareConsortium/ITKParabolicMorphology',
install_requires=[
r'itk'
r'itk>=5.1.0'
]
)

0 comments on commit 5552148

Please sign in to comment.