Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 57a0041

Browse files
mseng10hjmjohnson
authored andcommitted
ENH: Bump ITK version to 5.1.1 and ITK python version to 5.1.1.post1
This will bump the ITK version in the GitHub Actions build and setup.py. In addition, the package version has been updated from 1.1.2 to 1.1.3 in setup.py.
1 parent 2bc79a8 commit 57a0041

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.1.0"
16+
itk-git-tag: "v5.1.1"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.1.0"
21+
itk-git-tag: "v5.1.1"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.1.0"
26+
itk-git-tag: "v5.1.1"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
@@ -130,7 +130,7 @@ jobs:
130130
matrix:
131131
python-version: [35, 36, 37, 38]
132132
include:
133-
- itk-python-git-tag: "v5.1.0.post2"
133+
- itk-python-git-tag: "v5.1.1.post1"
134134

135135
steps:
136136
- uses: actions/checkout@v2
@@ -166,7 +166,7 @@ jobs:
166166
max-parallel: 2
167167
matrix:
168168
include:
169-
- itk-python-git-tag: "v5.1.0.post2"
169+
- itk-python-git-tag: "v5.1.1.post1"
170170

171171
steps:
172172
- uses: actions/checkout@v2
@@ -195,7 +195,7 @@ jobs:
195195
matrix:
196196
python-version-minor: [5, 6, 7, 8]
197197
include:
198-
- itk-python-git-tag: "v5.1.0.post2"
198+
- itk-python-git-tag: "v5.1.1.post1"
199199

200200
steps:
201201
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='itk-anisotropicdiffusionlbr',
15-
version='1.1.2',
15+
version='1.1.3',
1616
author='Insight Software Consortium',
1717
author_email='community@itk.org',
1818
packages=['itk'],
@@ -50,6 +50,6 @@
5050
keywords='ITK InsightToolkit',
5151
url=r'https://itk.org/',
5252
install_requires=[
53-
r'itk>=5.1.0.post2'
53+
r'itk>=5.1.1'
5454
]
5555
)

0 commit comments

Comments
 (0)