Initial commit (Clean history)

This commit is contained in:
anhduy-tech
2025-12-30 11:27:14 +07:00
commit ef48c93de0
19255 changed files with 3248867 additions and 0 deletions

View File

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