Skip to content

Commit fbeaa46

Browse files
authored
Merge pull request #77 from thewtex/post2
BUG: Build against itk 5.1.0.post2
2 parents 3387d08 + 68683be commit fbeaa46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
matrix:
131131
python-version: [35, 36, 37, 38]
132132
include:
133-
- itk-python-git-tag: "v5.1.0"
133+
- itk-python-git-tag: "v5.1.0.post2"
134134

135135
steps:
136136
- uses: actions/checkout@v2
@@ -166,7 +166,7 @@ jobs:
166166
max-parallel: 2
167167
matrix:
168168
include:
169-
- itk-python-git-tag: "v5.1.0"
169+
- itk-python-git-tag: "v5.1.0.post2"
170170

171171
steps:
172172
- uses: actions/checkout@v2
@@ -195,7 +195,7 @@ jobs:
195195
matrix:
196196
python-version-minor: [5, 6, 7, 8]
197197
include:
198-
- itk-python-git-tag: "v5.1.0"
198+
- itk-python-git-tag: "v5.1.0.post2"
199199

200200
steps:
201201
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-minimalpathextraction',
16-
version='1.1.0',
16+
version='1.1.1',
1717
author='Insight Software Consortium',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -49,6 +49,6 @@
4949
keywords='ITK InsightToolkit',
5050
url=r'https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction',
5151
install_requires=[
52-
r'itk>=5.1.0'
52+
r'itk>=5.1.0.post2'
5353
]
5454
)

0 commit comments

Comments
 (0)