that's too much!

This commit is contained in:
2024-12-19 20:22:56 -08:00
parent 0020a609dd
commit 32cd60e92b
8443 changed files with 1446950 additions and 42 deletions

View File

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