this is first one

This commit is contained in:
mohammadreza
2026-07-27 19:22:30 +03:30
commit ec22b78689
5866 changed files with 1511603 additions and 0 deletions
@@ -0,0 +1,11 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.4.2"
__version__ = version
full_version = version
git_revision = "c81c49f77451340651a751e76bca607d85e4fd55"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]