Skip to content

Commit 5f550b8

Browse files
committed
COMP: Boost version number
1 parent 1e0ca7e commit 5f550b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ants/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.5.3'
2+
__version__ = '0.5.4'
33

44
from .core import *
55
from .label import *
@@ -9,4 +9,4 @@
99
from .plotting import *
1010
from .registration import *
1111
from .segmentation import *
12-
from .utils import *
12+
from .utils import *

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "antspyx"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
description = "A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)