Skip to content

Commit

Permalink
Merge pull request #32 from lucascolley/0.2.1dev
Browse files Browse the repository at this point in the history
DEV: set version to 0.2.1.dev0
  • Loading branch information
lucascolley authored Nov 20, 2024
2 parents 1701d8e + 1550c2a commit 6f96e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![docs - here!][docs-badge]][docs-link]
[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
[![All Contributors](https://img.shields.io/github/all-contributors/data-apis/array-api-extra?color=ee8449&style=flat-square)](#contributors)
[![Scientific Python Ecosystem Coordination](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/)

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
Expand Down
2 changes: 1 addition & 1 deletion src/array_api_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

__version__ = "0.2.0"
__version__ = "0.2.1.dev0"

__all__ = [
"__version__",
Expand Down

0 comments on commit 6f96e32

Please sign in to comment.