Skip to content

Commit

Permalink
Merge pull request #273 from InsightSoftwareConsortium/itk-v5.4rc04
Browse files Browse the repository at this point in the history
ENH: Bump version to 5.4rc4
  • Loading branch information
thewtex committed Apr 17, 2024
2 parents c208ebb + c236b97 commit e37dd9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)

set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")

# master branch, 2024-04-12
set(ITK_GIT_TAG "81be125a547ba2fa2343ae36cce8812bd711c5b4")
# master branch, 2024-04-15
set(ITK_GIT_TAG "2082a9364a204cd93b9db082ee651aae096016c7")

#-----------------------------------------------------------------------------
# A separate project is used to download ITK, so that it can reused
Expand Down
2 changes: 1 addition & 1 deletion itkVersion.py
@@ -1,4 +1,4 @@
VERSION = '5.4rc3'
VERSION = '5.4rc4'

def get_versions():
"""Returns versions for the ITK Python package.
Expand Down
2 changes: 1 addition & 1 deletion scripts/macpython-build-wheels.sh
Expand Up @@ -221,7 +221,7 @@ for VENV in "${VENVS[@]}"; do
done

if [[ $(arch) != "arm64" ]]; then
for wheel in dist/*.whl; do
for wheel in dist/itk_*.whl; do
echo "Delocating $wheel"
${DELOCATE_LISTDEPS} $wheel # lists library dependencies
${DELOCATE_WHEEL} $wheel # copies library dependencies into wheel
Expand Down

0 comments on commit e37dd9b

Please sign in to comment.