Skip to content

Commit

Permalink
ENH: Bump ITK version to 5.1.1 and ITK python version to 5.1.1.post1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mseng10 authored and hjmjohnson committed Dec 10, 2020
1 parent 2bc79a8 commit 57a0041
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-package.yml
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "MinSizeRel"

steps:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
matrix:
python-version: [35, 36, 37, 38]
include:
- itk-python-git-tag: "v5.1.0.post2"
- itk-python-git-tag: "v5.1.1.post1"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
max-parallel: 2
matrix:
include:
- itk-python-git-tag: "v5.1.0.post2"
- itk-python-git-tag: "v5.1.1.post1"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
matrix:
python-version-minor: [5, 6, 7, 8]
include:
- itk-python-git-tag: "v5.1.0.post2"
- itk-python-git-tag: "v5.1.1.post1"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name='itk-anisotropicdiffusionlbr',
version='1.1.2',
version='1.1.3',
author='Insight Software Consortium',
author_email='community@itk.org',
packages=['itk'],
Expand Down Expand Up @@ -50,6 +50,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.1.0.post2'
r'itk>=5.1.1'
]
)

0 comments on commit 57a0041

Please sign in to comment.