Skip to content

Commit 0ed0653

Browse files
committed
COMP: Version bump for next release
1 parent 1eb0b4f commit 0ed0653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ants/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.6.1'
2+
__version__ = '0.6.2'
33

44
from .core import *
55
from .label import *

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 = "antspyx"
7-
version = "0.6.1"
7+
version = "0.6.2"
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)