We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e6827 + 89a3ece commit b976bf8Copy full SHA for b976bf8
.github/workflows/clang-format-linter.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
12
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
13
+ with:
14
+ itk-branch: master
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "itk-ants"
-version = "0.7.0"
+version = "0.8.1"
description = "Advanced Normalization Tools in WebAssembly"
readme = "README.rst"
license = {file = "LICENSE"}
0 commit comments