Skip to content

Commit

Permalink
REL: set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 24, 2024
1 parent 9c93943 commit 4a7602a
Showing 1 changed file with 1 addition and 1 deletion.
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,6 +2,6 @@

from ._funcs import atleast_nd

__version__ = "0.1.dev0"
__version__ = "0.1.0"

__all__ = ["__version__", "atleast_nd"]

0 comments on commit 4a7602a

Please sign in to comment.