Skip to content

Commit 166e7d7

Browse files
committed
ENH: Bump ITK to v5.3rc04.post2
1 parent e664204 commit 166e7d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build, test, package
33
on: [push,pull_request]
44

55
env:
6-
itk-git-tag: "v5.3rc04"
7-
itk-wheel-tag: "v5.3rc04.post1" # Same ITK C++ reference commit, different tag name
6+
itk-git-tag: "835dc01388d22c4b4c9a46b01dbdfe394ec23511"
7+
itk-wheel-tag: "v5.3rc04.post2"
88

99
jobs:
1010
build-test-cxx:

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.8.3',
16+
version='0.8.4',
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.3rc04.post1',
47+
r'itk-core>=5.3rc04.post2',
4848
r'numpy',
4949
]
5050
)

0 commit comments

Comments
 (0)