Skip to content

Commit

Permalink
✨: create init file
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Dec 5, 2024
1 parent 5d31acb commit 40bf561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/array_api_typing/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Static typing support for the array API standard."""

__all__: list[str] = []

from ._version import version as __version__ , version_tuple as __version_tuple__
3 changes: 3 additions & 0 deletions src/array_api_typing/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file is automatically generated by Hatch
version = '0.1.dev10+g7941e46.d20241205'
version_tuple = (0, 1, 'dev10', 'g7941e46.d20241205')

0 comments on commit 40bf561

Please sign in to comment.