Skip to content

Commit 946320a

Browse files
committed
Add __version__
1 parent cb682cd commit 946320a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_compat/__init__.py

+2
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)