Skip to content

Commit 969b211

Browse files
committed
bump version to 0.2.10
1 parent ed0ffd1 commit 969b211

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "arraybridge"
7-
version = "0.2.9"
7+
version = "0.2.10"
88
description = "Unified API for NumPy, CuPy, PyTorch, TensorFlow, JAX, and pyclesperanto with automatic memory type conversion"
99
authors = [{name = "Tristan Simas", email = "tristan.simas@mail.mcgill.ca"}]
1010
license = {text = "MIT"}

src/arraybridge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
and unified utilities for working with multiple array/tensor frameworks.
66
"""
77

8-
__version__ = "0.2.9"
8+
__version__ = "0.2.10"
99

1010
from .converters import convert_memory, detect_memory_type
1111
from .decorators import (

0 commit comments

Comments
 (0)