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

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/array_api_extra/__init__.py

Lines changed: 1 addition & 1 deletion
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)