Skip to content

Commit

Permalink
Bump ITKBSplineGradient to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored Nov 18, 2022
1 parent eb2f6ad commit 3577ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.9',
version='0.2.10',
author='Matthew McCormick',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -46,7 +46,7 @@
keywords='ITK InsightToolkit Image-Gradient B-spline',
url=r'https://github.com/InsightSoftwareConsortium/ITKBSplineGradient',
install_requires=[
r'itk>=v5.3rc04.post3',
r'itk-meshtopolydata>=v0.9.1'
r'itk>=v5.3rc04.post4',
r'itk-meshtopolydata>=v0.9.2'
]
)

0 comments on commit 3577ec7

Please sign in to comment.