Skip to content

Commit b976bf8

Browse files
authored
Merge pull request #37 from dzenanz/clangFormat
2 parents 46e6827 + 89a3ece commit b976bf8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

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

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

1212
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
13+
with:
14+
itk-branch: master

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.7.0"
7+
version = "0.8.1"
88
description = "Advanced Normalization Tools in WebAssembly"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)