Skip to content

Commit

Permalink
Merge pull request #3 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 92233d0 + 3536c3a commit 6d818a2
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: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@df1df6398389fa1a99d169b1264b9647d2164dd0
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@df1df6398389fa1a99d169b1264b9647d2164dd0
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-nornir"
version = "0.1.0"
version = "0.2.0"
description = "Nornir’s takes large sets of overlapping images in 2D and produces registered (a.k.a. aligned) 2D and 3D volumes of any size and scale."
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -35,7 +35,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"itk>=5.4rc4",
"itk~=5.4.0"
]

[project.urls]
Expand Down

0 comments on commit 6d818a2

Please sign in to comment.