Skip to content

Commit 6f96e32

Browse files
authored
Merge pull request #32 from lucascolley/0.2.1dev
DEV: set version to 0.2.1.dev0
2 parents 1701d8e + 1550c2a commit 6f96e32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![docs - here!][docs-badge]][docs-link]
55
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
66
[![All Contributors](https://img.shields.io/github/all-contributors/data-apis/array-api-extra?color=ee8449&style=flat-square)](#contributors)
7+
[![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/)
78

89
[![PyPI version][pypi-version]][pypi-link]
910
[![Conda-Forge][conda-badge]][conda-link]

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.2.0"
5+
__version__ = "0.2.1.dev0"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)