Skip to content

Commit

Permalink
Merge pull request #86 from thewtex/post2
Browse files Browse the repository at this point in the history
BUG: Build against itk 5.1.0.post2
  • Loading branch information
thewtex committed Jun 2, 2020
2 parents 5d71d12 + 3372585 commit f5023d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -130,7 +130,7 @@ jobs:
matrix:
python-version: [35, 36, 37, 38]
include:
- itk-python-git-tag: "v5.1.0"
- itk-python-git-tag: "v5.1.0.post2"

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"
- itk-python-git-tag: "v5.1.0.post2"

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"
- itk-python-git-tag: "v5.1.0.post2"

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

setup(
name='itk-texturefeatures',
version='3.3.0',
version='3.3.1',
author='Insight Software Consortium',
author_email='community@itk.org',
packages=['itk'],
Expand Down Expand Up @@ -48,6 +48,6 @@
keywords='ITK InsightToolkit glcm texture features image imaging',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.1.0'
r'itk>=5.1.0.post2'
]
)

0 comments on commit f5023d6

Please sign in to comment.