Skip to content

Commit

Permalink
ENH: Update Python package for itk-5.2.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 17, 2021
1 parent 0b08066 commit faea2f4
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-splitcomponents',
version='2.0.4',
version='2.0.5',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -50,6 +50,6 @@
keywords='ITK Higher-order Derivative Gradient',
url=r'https://github.com/InsightSoftwareConsortium/ITKSplitComponents',
install_requires=[
r'itk>=5.2.0'
r'itk>=5.2.0.post2'
]
)

0 comments on commit faea2f4

Please sign in to comment.