Skip to content

Commit d557dba

Browse files
authored
Merge pull request #28 from Leengit/itk_update
ENH: Bump to ITKColorNormalization verison 0.1.5, using ITK 5.2.0.
2 parents 90984d1 + b3daf2e commit d557dba

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
matrix:
137137
python-version: [36, 37, 38, 39]
138138
include:
139-
- itk-python-git-tag: "v5.2rc03"
139+
- itk-python-git-tag: "v5.2.0"
140140

141141
steps:
142142
- uses: actions/checkout@v2
@@ -172,7 +172,7 @@ jobs:
172172
max-parallel: 2
173173
matrix:
174174
include:
175-
- itk-python-git-tag: "v5.2rc03"
175+
- itk-python-git-tag: "v5.2.0"
176176

177177
steps:
178178
- uses: actions/checkout@v2
@@ -208,7 +208,7 @@ jobs:
208208
matrix:
209209
python-version-minor: [6, 7, 8, 9]
210210
include:
211-
- itk-python-git-tag: "v5.2rc03"
211+
- itk-python-git-tag: "v5.2.0"
212212

213213
steps:
214214
- name: Get specific version of CMake, Ninja

setup.py

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

1717
setup(
1818
name="itk-spcn",
19-
version="0.1.4",
19+
version="0.1.5",
2020
author="Lee Newberg",
2121
author_email="[email protected]",
2222
packages=["itk"],
@@ -46,5 +46,5 @@
4646
license="Apache",
4747
keywords="ITK InsightToolkit",
4848
url=r"https://github.com/InsightSoftwareConsortium/ITKColorNormalization/",
49-
install_requires=[r"itk>=5.2rc3"],
49+
install_requires=[r"itk>=5.2.0"],
5050
)

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.2rc03
3-
ITKPythonGitTag: v5.2rc03
2+
ITKGitTag: v5.2.0
3+
ITKPythonGitTag: v5.2.0
44
CMakeBuildType: Release
55

66
trigger:

0 commit comments

Comments
 (0)