Skip to content

Commit

Permalink
Merge pull request #46 from InsightSoftwareConsortium/windows-ci-error
Browse files Browse the repository at this point in the history
COMP: Update ITK version to 2021-03-14 master for Windows CI builds
  • Loading branch information
thewtex authored Mar 16, 2021
2 parents 5c70947 + fc7de89 commit 047f322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.2rc03"
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d597849334"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.2rc03"
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.2rc03"
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
cmake-build-type: "MinSizeRel"

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-splitcomponents',
version='2.0.2',
version='2.0.3',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down

0 comments on commit 047f322

Please sign in to comment.