Skip to content

Commit 4ac658d

Browse files
committed
ENH: Bump Python package version for itk 5.1.0.post2 improvements
1 parent 645c1a2 commit 4ac658d

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-subdivisionquadedgemeshfilter',
16-
version='1.0.0',
16+
version='1.1.0',
1717
author='Wanlin Zhu',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -48,6 +48,6 @@
4848
keywords='ITK InsightToolkit Geometry Mesh',
4949
url=r'https://github.com/InsightSoftwareConsortium/ITKSubdivisionQuadEdgeMeshFilter',
5050
install_requires=[
51-
r'itk'
51+
r'itk>=5.1.0.post2'
5252
]
5353
)

0 commit comments

Comments
 (0)