Skip to content

Commit

Permalink
COMP: Boost version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Aug 7, 2024
1 parent 1e0ca7e commit 5f550b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ants/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.5.3'
__version__ = '0.5.4'

from .core import *
from .label import *
Expand All @@ -9,4 +9,4 @@
from .plotting import *
from .registration import *
from .segmentation import *
from .utils import *
from .utils import *
2 changes: 1 addition & 1 deletion 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 = "antspyx"
version = "0.5.3"
version = "0.5.4"
description = "A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 5f550b8

Please sign in to comment.