Skip to content

Commit

Permalink
ENH: Update package for itk-5.2.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored May 17, 2021
1 parent fa08496 commit a93687b
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-bsplinegradient',
version='0.2.4',
version='0.2.5',
author='Matthew McCormick',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -46,6 +46,6 @@
keywords='ITK InsightToolkit Image-Gradient B-spline',
url=r'https://github.com/InsightSoftwareConsortium/ITKBSplineGradient',
install_requires=[
r'itk>=v5.2.0'
r'itk>=v5.2.0.post2'
]
)

0 comments on commit a93687b

Please sign in to comment.