Skip to content

Commit

Permalink
ENH: Bump version number to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Oct 17, 2024
1 parent 27ee5de commit 5ba3d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ build-backend = "scikit_build_core.build"

[project]
name = "itk-nornir"
version = "0.3.0"
version = "0.3.1"
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"}
authors = [
{ name = "Matt McCormick", email = "[email protected]" },
{ name = "Dženan Zukić", email = "[email protected]" },
{ name = "Josh Cates", email = "[email protected]" },
]
keywords = [
"itk",
Expand Down

0 comments on commit 5ba3d9f

Please sign in to comment.