Skip to content

Commit a34a5ca

Browse files
committed
Add a version number to the package
To be replaced with something that gets it from the git tag.
1 parent 4a0bf8f commit a34a5ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_strict/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
116116
"""
117117

118+
__version__ = '1.0'
119+
118120
__array_api_version__ = "2022.12"
119121

120122
__all__ = ["__array_api_version__"]

0 commit comments

Comments
 (0)