initial commit

This commit is contained in:
2026-05-11 12:36:20 +05:30
commit 384cbe8019
15377 changed files with 2360544 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.4.3"
__version__ = version
full_version = version
git_revision = "8bcb2e72e67c343e55165e6064fe6a9dc011e954"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]