Skip to content

Commit 8286c7f

Browse files
committed
ENH: Bump builds and Python package to use ITK 5.1.0
1 parent 059c6bc commit 8286c7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1rc1',
16+
version='1.1.0',
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.1rc3'
52+
r'itk>=5.1.0'
5353
]
5454
)

test/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
ITKGitTag: v5.1rc03
3-
ITKPythonGitTag: v5.1rc03
2+
ITKGitTag: v5.1.0
3+
ITKPythonGitTag: v5.1.0
44
CMakeBuildType: Release
55

66
trigger:

0 commit comments

Comments
 (0)