Skip to content

Commit a5a6421

Browse files
committed
DEV: set version to 0.2.0
1 parent c4ac006 commit a5a6421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pixi.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/array_api_extra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from ._funcs import atleast_nd, cov, create_diagonal, expand_dims, kron, sinc
44

5-
__version__ = "0.1.2.dev0"
5+
__version__ = "0.2.0"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)