Skip to content

Commit 803b622

Browse files
committed
ENH: Update Python package for ITK 5.0.0.post1
1 parent d29b873 commit 803b622

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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-texturefeatures',
15-
version='3.2.1',
15+
version='3.2.2',
1616
author='Insight Software Consortium',
1717
author_email='[email protected]',
1818
packages=['itk'],
@@ -48,6 +48,6 @@
4848
keywords='ITK InsightToolkit glcm texture features image imaging',
4949
url=r'https://itk.org/',
5050
install_requires=[
51-
r'itk>=5.0rc1'
51+
r'itk>=5.0.0.post1'
5252
]
5353
)

test/azure-pipelines.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
variables:
2-
ITKGitTag: v5.0rc01
2+
ITKGitTag: v5.0.0
3+
ITKPythonGitTag: v5.0.0.post1
34
CMakeBuildType: Release
45

56
trigger:
@@ -156,7 +157,7 @@ jobs:
156157
displayName: 'Fetch build script'
157158
158159
- script: |
159-
export ITK_PACKAGE_VERSION=$(ITKGitTag)
160+
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
160161
./dockcross-manylinux-download-cache-and-build-module-wheels.sh
161162
displayName: 'Build Python packages'
162163
@@ -171,7 +172,7 @@ jobs:
171172
timeoutInMinutes: 0
172173
cancelTimeoutInMinutes: 300
173174
pool:
174-
vmImage: 'macos-10.13'
175+
vmImage: 'macos-10.14'
175176

176177
steps:
177178
- script: |
@@ -180,7 +181,7 @@ jobs:
180181
displayName: 'Fetch build script'
181182
182183
- script: |
183-
export ITK_PACKAGE_VERSION=$(ITKGitTag)
184+
export ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
184185
./macpython-download-cache-and-build-module-wheels.sh
185186
displayName: 'Build Python packages'
186187
@@ -204,7 +205,7 @@ jobs:
204205
205206
- script: |
206207
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
207-
set ITK_PACKAGE_VERSION=$(ITKGitTag)
208+
set ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
208209
set CC=cl.exe
209210
set CXX=cl.exe
210211
powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1

0 commit comments

Comments
 (0)