Skip to content

Commit 204d276

Browse files
committed
ENH: Bump Python package version to 1.1rc1
1 parent f59d5a5 commit 204d276

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-minimalpathextraction',
16-
version='1.0.2',
16+
version='1.1rc1',
1717
author='Insight Software Consortium',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -49,6 +49,6 @@
4949
keywords='ITK InsightToolkit',
5050
url=r'https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction',
5151
install_requires=[
52-
r'itk>=5.0.0.post1'
52+
r'itk>=5.1rc3'
5353
]
5454
)

0 commit comments

Comments
 (0)