Skip to content

Commit 79442cd

Browse files
committed
ENH: Bump for itk-5.2.0.post2
1 parent 2bbd801 commit 79442cd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v2
3131

3232
- name: Set up Python 3.8
3333
uses: actions/setup-python@v2
@@ -130,13 +130,13 @@ jobs:
130130
shell: cmd
131131

132132
build-linux-python-packages:
133-
runs-on: ubuntu-18.04
133+
runs-on: ubuntu-20.04
134134
strategy:
135135
max-parallel: 2
136136
matrix:
137137
python-version: [36, 37, 38, 39]
138138
include:
139-
- itk-python-git-tag: "v5.2.0"
139+
- itk-python-git-tag: "v5.2.0.post2"
140140

141141
steps:
142142
- uses: actions/checkout@v2
@@ -172,7 +172,7 @@ jobs:
172172
max-parallel: 2
173173
matrix:
174174
include:
175-
- itk-python-git-tag: "v5.2.0"
175+
- itk-python-git-tag: "v5.2.0.post2"
176176

177177
steps:
178178
- uses: actions/checkout@v2
@@ -208,7 +208,7 @@ jobs:
208208
matrix:
209209
python-version-minor: [6, 7, 8, 9]
210210
include:
211-
- itk-python-git-tag: "v5.2.0"
211+
- itk-python-git-tag: "v5.2.0.post2"
212212

213213
steps:
214214
- name: Get specific version of CMake, Ninja

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-meshtopolydata',
16-
version='0.7.0',
16+
version='0.7.1',
1717
author='Insight Software Consortium',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -44,7 +44,7 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk-core>=5.2.0',
47+
r'itk-core>=5.2.0.post2',
4848
r'numpy',
4949
]
5050
)

0 commit comments

Comments
 (0)