Skip to content

Commit 03d1753

Browse files
authored
ENH: Update package for itk-5.2.0.post2
1 parent 2f8f5c1 commit 03d1753

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-higherorderaccurategradient',
16-
version='1.1.0',
16+
version='1.1.1',
1717
author='Matthew M. McCormick',
1818
author_email='matt.mccormick@kitware.com',
1919
packages=['itk'],
@@ -48,6 +48,6 @@
4848
keywords='ITK Higher-order Derivative Gradient',
4949
url=r'https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient',
5050
install_requires=[
51-
r'itk>=v5.2.0'
51+
r'itk>=v5.2.0.post2'
5252
]
5353
)

0 commit comments

Comments
 (0)