Initial upload of bennys production files

This commit is contained in:
2025-11-18 19:44:37 +00:00
parent 77b206e795
commit 3a9ce0821a
9749 changed files with 1677047 additions and 0 deletions

View File

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