Skip to content

Commit 3577ec7

Browse files
authored
Bump ITKBSplineGradient to 0.2.10
1 parent eb2f6ad commit 3577ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-bsplinegradient',
16-
version='0.2.9',
16+
version='0.2.10',
1717
author='Matthew McCormick',
1818
author_email='matt.mccormick@kitware.com',
1919
packages=['itk'],
@@ -46,7 +46,7 @@
4646
keywords='ITK InsightToolkit Image-Gradient B-spline',
4747
url=r'https://github.com/InsightSoftwareConsortium/ITKBSplineGradient',
4848
install_requires=[
49-
r'itk>=v5.3rc04.post3',
50-
r'itk-meshtopolydata>=v0.9.1'
49+
r'itk>=v5.3rc04.post4',
50+
r'itk-meshtopolydata>=v0.9.2'
5151
]
5252
)

0 commit comments

Comments
 (0)