Skip to content

Commit 7789374

Browse files
authored
Merge pull request #40 from thewtex/itk-5.4.4
itk 5.4.5
2 parents b976bf8 + 8734871 commit 7789374

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].5
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].0
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].5
1111
with:
1212
manylinux-platforms: '["_2_28-x64","2014-x64","_2_28-aarch64"]'
1313
secrets:

.github/workflows/clang-format-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111

12-
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
12+
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1313
with:
14-
itk-branch: master
14+
itk-branch: main

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
ITKANTsWasm
22
=================================
33

4-
.. image:: https://github.com/thewtex/ANTsWasm/actions/workflows/build-test-package.yml/badge.svg
5-
:target: https://github.com/thewtex/ANTsWasm/actions/workflows/build-test-package.yml
4+
.. image:: https://github.com/InsightSoftwareConsortium/ITKANTsWasm/actions/workflows/build-test-package.yml/badge.svg
5+
:target: https://github.com/InsightSoftwareConsortium/ITKANTsWasm/actions/workflows/build-test-package.yml
66
:alt: Build Status
77

88
.. image:: https://img.shields.io/pypi/v/itk-ants.svg
99
:target: https://pypi.python.org/pypi/itk-ants
1010
:alt: PyPI Version
1111

1212
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
13-
:target: https://github.com/thewtex/ANTsWasm/blob/main/LICENSE
13+
:target: https://github.com/InsightSoftwareConsortium/ITKANTsWasm/blob/main/LICENSE
1414
:alt: License
1515

1616
Overview

pyproject.toml

Lines changed: 4 additions & 4 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.8.1"
7+
version = "0.8.2"
88
description = "Advanced Normalization Tools in WebAssembly"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -35,14 +35,14 @@ classifiers = [
3535
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3636
"Topic :: Software Development :: Libraries",
3737
]
38-
requires-python = ">=3.8"
38+
requires-python = ">=3.9"
3939
dependencies = [
4040
"itk == 5.4.*"
4141
]
4242

4343
[project.urls]
44-
Download = "https://github.com/thewtex/ANTsWasm"
45-
Homepage = "https://github.com/thewtex/ANTsWasm"
44+
Download = "https://github.com/InsightSoftwareConsortium/ITKANTsWasm"
45+
Homepage = "https://github.com/InsightSoftwareConsortium/ITKANTsWasm"
4646

4747
[tool.scikit-build]
4848
# The versions of CMake to allow. If CMake is not present on the system or does

0 commit comments

Comments
 (0)