diff --git a/setup.py b/setup.py index 44f9322..128b56f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='itk-texturefeatures', - version='3.2.1', + version='3.2.2', author='Insight Software Consortium', author_email='community@itk.org', packages=['itk'], @@ -48,6 +48,6 @@ keywords='ITK InsightToolkit glcm texture features image imaging', url=r'https://itk.org/', install_requires=[ - r'itk>=5.0rc1' + r'itk>=5.0.0.post1' ] ) diff --git a/test/azure-pipelines.yml b/test/azure-pipelines.yml index 6c350a6..1d12788 100644 --- a/test/azure-pipelines.yml +++ b/test/azure-pipelines.yml @@ -1,5 +1,6 @@ variables: - ITKGitTag: v5.0rc01 + ITKGitTag: v5.0.0 + ITKPythonGitTag: v5.0.0.post1 CMakeBuildType: Release trigger: @@ -156,7 +157,7 @@ jobs: displayName: 'Fetch build script' - script: | - export ITK_PACKAGE_VERSION=$(ITKGitTag) + export ITK_PACKAGE_VERSION=$(ITKPythonGitTag) ./dockcross-manylinux-download-cache-and-build-module-wheels.sh displayName: 'Build Python packages' @@ -171,7 +172,7 @@ jobs: timeoutInMinutes: 0 cancelTimeoutInMinutes: 300 pool: - vmImage: 'macos-10.13' + vmImage: 'macos-10.14' steps: - script: | @@ -180,7 +181,7 @@ jobs: displayName: 'Fetch build script' - script: | - export ITK_PACKAGE_VERSION=$(ITKGitTag) + export ITK_PACKAGE_VERSION=$(ITKPythonGitTag) ./macpython-download-cache-and-build-module-wheels.sh displayName: 'Build Python packages' @@ -204,7 +205,7 @@ jobs: - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - set ITK_PACKAGE_VERSION=$(ITKGitTag) + set ITK_PACKAGE_VERSION=$(ITKPythonGitTag) set CC=cl.exe set CXX=cl.exe powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1