Skip to content

Commit 946320a

Browse files
committed
Add __version__
1 parent cb682cd commit 946320a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

array_api_compat/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
this implementation for the default when working with NumPy arrays.
1818
1919
"""
20+
__version__ = '1.0'
21+
2022
from .common import *

0 commit comments

Comments
 (0)