numpy version downgrade

This commit is contained in:
msramalho
2024-10-06 10:10:04 +06:00
parent c62bf1a34d
commit e6f5981afc
3 changed files with 43 additions and 60 deletions

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "13"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "0"
_PATCH = "1"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""