Updated script that can be controled by Nodejs web app

This commit is contained in:
mac OS
2024-11-25 12:24:18 +07:00
parent c440eda1f4
commit 8b0ab2bd3a
8662 changed files with 1803808 additions and 34 deletions
@@ -0,0 +1,11 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.1.3"
__version__ = version
full_version = version
git_revision = "98464cc0cbc1f211482a0756ded305bed1599f18"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]