diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eee17f..2ca66bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## OpenBLAS v0.3.33 +### 0.3.33.112.0 (2026-06-15) +- Update to v0.3.33.112 + ### 0.3.33.0.0 (2026-05-03) - Update to OpenBLAS 0.3.33 diff --git a/OpenBLAS b/OpenBLAS index 4956446..9bdf051 160000 --- a/OpenBLAS +++ b/OpenBLAS @@ -1 +1 @@ -Subproject commit 4956446ca26d365f209bf729123349f19dd820b6 +Subproject commit 9bdf051b96e956f848dfcef89c23e1993b0e1b3e diff --git a/openblas_commit.txt b/openblas_commit.txt index 42bae87..a8b60e4 100644 --- a/openblas_commit.txt +++ b/openblas_commit.txt @@ -1 +1 @@ -v0.3.33 +v0.3.33-112-g9bdf051b diff --git a/pyproject.toml b/pyproject.toml index d93ec5e..1f80fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta" [project] name = "scipy-openblas64" -# v0.3.33 -version = "0.3.33.0.0" +# v0.3.33-112-g9bdf051b +version = "0.3.33.112.0" requires-python = ">=3.7" description = "Provides OpenBLAS for python packaging" readme = "README.md"