修改为东南天坐标系

This commit is contained in:
2026-01-20 09:49:52 +08:00
parent 9538757047
commit 333fad40ac
7201 changed files with 1030888 additions and 85410 deletions

View File

@@ -2,10 +2,10 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.4.0"
version = "2.4.1"
__version__ = version
full_version = version
git_revision = "c5ab79c14c98bfda1e60770ffa23a6130f8267b7"
git_revision = "d24bb7f48d3b0e3471c68f1309c130d0b65ee72a"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]