Skip to content

Commit

Permalink
ENH: Bump for ITK v5.3
Browse files Browse the repository at this point in the history
Includes workflow bump for post-v5.3 build script patches.
  • Loading branch information
tbirdso committed Nov 30, 2022
1 parent d6af2c5 commit 8666068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@5083da2740617b78423ebf6083489e1e70ee8ca0

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
secrets:
pypi_password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-strain',
version='0.3.10',
version='0.4.0',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -53,6 +53,6 @@
keywords='ITK Strain Tensor Displacement Field',
url=r'https://github.com/InsightSoftwareConsortium/ITKStrain',
install_requires=[
r'itk>=5.3rc4.post4'
r'itk>=5.3.0'
]
)

0 comments on commit 8666068

Please sign in to comment.