Skip to content

Commit

Permalink
Merge pull request #58 from tbirdso/bump-itk
Browse files Browse the repository at this point in the history
ENH: Bump for ITK v5.4rc02 pre-release candidate
  • Loading branch information
thewtex committed Nov 8, 2023
2 parents 8881b9a + 1400803 commit 62482ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "v5.4rc01"
itk-wheel-tag: "v5.4rc01"
ITKPythonPackage-git-tag: "5ad02309321621cdc7269b9b68a35013c912271c"
itk-git-tag: "v5.4rc02"
itk-wheel-tag: "v5.4rc02"
ITKPythonPackage-git-tag: "v5.4rc02"
ctest-options: ""

jobs:
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
pushd /c/P/IPP
git remote add InsightSoftwareConsortium https://github.com/InsightSoftwareConsortium/ITKPythonPackage.git --tags
git fetch InsightSoftwareConsortium
git checkout ${{ env.ITKPythonPackage-git-tag }}
git reset --hard ${{ env.ITKPythonPackage-git-tag }}
git status
popd
else
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-ioomezarrngff',
version='0.2.0',
version='0.2.1',
author='Insight Software Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -43,6 +43,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk-io>=5.4rc1'
r'itk-io>=5.4rc2'
]
)

0 comments on commit 62482ac

Please sign in to comment.