Skip to content

Commit 7a03aab

Browse files
authored
Merge pull request #30 from thewtex/itk-5.4.0
ENH: Bump version for ITK 5.4.0
2 parents 2d0e391 + e124224 commit 7a03aab

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
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
7+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
88

99
python-build-workflow:
10-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
10+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-ants"
7-
version = "0.4rc3"
7+
version = "0.4.0"
88
description = "Advanced Normalization Tools in WebAssembly"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.8"
3939
dependencies = [
40-
"itk>=5.4rc4",
40+
"itk~=5.4.0"
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)