This commit is contained in:
2025-09-07 22:09:54 +02:00
parent e1b817252c
commit 2fc0d000b6
7796 changed files with 2159515 additions and 933 deletions

View File

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