Skip to content

Commit

Permalink
Merge pull request #30 from thewtex/itk-5.4.0
Browse files Browse the repository at this point in the history
ENH: Bump version for ITK 5.4.0
  • Loading branch information
thewtex authored May 21, 2024
2 parents 2d0e391 + e124224 commit 7a03aab
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994

python-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
secrets:
pypi_password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "itk-ants"
version = "0.4rc3"
version = "0.4.0"
description = "Advanced Normalization Tools in WebAssembly"
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"itk>=5.4rc4",
"itk~=5.4.0"
]

[project.urls]
Expand Down

0 comments on commit 7a03aab

Please sign in to comment.