From 30a5cc01031da7cc5f0188984955313b71fae324 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:28:13 -0500 Subject: [PATCH] chore: bump version to 0.5.1 --- cuda_core/cuda/core/_version.py | 2 +- cuda_core/docs/nv-versions.json | 4 ++++ cuda_core/pixi.lock | 18 +++--------------- cuda_core/pixi.toml | 2 +- 4 files changed, 9 insertions(+), 17 deletions(-) diff --git a/cuda_core/cuda/core/_version.py b/cuda_core/cuda/core/_version.py index 44683fadb3..6b9aee5f90 100644 --- a/cuda_core/cuda/core/_version.py +++ b/cuda_core/cuda/core/_version.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/cuda_core/docs/nv-versions.json b/cuda_core/docs/nv-versions.json index d0294bc722..8f5578e3fe 100644 --- a/cuda_core/docs/nv-versions.json +++ b/cuda_core/docs/nv-versions.json @@ -3,6 +3,10 @@ "version": "latest", "url": "https://nvidia.github.io/cuda-python/cuda-core/latest/" }, + { + "version": "0.5.1", + "url": "https://nvidia.github.io/cuda-python/cuda-core/0.5.1/" + }, { "version": "0.5.0", "url": "https://nvidia.github.io/cuda-python/cuda-core/0.5.0/" diff --git a/cuda_core/pixi.lock b/cuda_core/pixi.lock index 16a0d2460f..005fab59dd 100644 --- a/cuda_core/pixi.lock +++ b/cuda_core/pixi.lock @@ -1051,7 +1051,7 @@ packages: timestamp: 1764878612030 - conda: . name: cuda-core - version: 0.4.2 + version: 0.5.1 build: py314h59f3c06_0 subdir: linux-64 variants: @@ -1067,13 +1067,9 @@ packages: - python_abi 3.14.* *_cp314 - cuda-cudart >=13.1.80,<14.0a0 license: Apache-2.0 - input: - hash: cccb645b22f775570680f1a9a62e415a09774e46645523bbd147226681155628 - globs: - - pyproject.toml - conda: . name: cuda-core - version: 0.4.2 + version: 0.5.1 build: py314h625260f_0 subdir: win-64 variants: @@ -1087,13 +1083,9 @@ packages: - vc14_runtime >=14.16.27033 - python_abi 3.14.* *_cp314 license: Apache-2.0 - input: - hash: cccb645b22f775570680f1a9a62e415a09774e46645523bbd147226681155628 - globs: - - pyproject.toml - conda: . name: cuda-core - version: 0.4.2 + version: 0.5.1 build: py314ha479ada_0 subdir: linux-aarch64 variants: @@ -1109,10 +1101,6 @@ packages: - python_abi 3.14.* *_cp314 - cuda-cudart >=13.1.80,<14.0a0 license: Apache-2.0 - input: - hash: cccb645b22f775570680f1a9a62e415a09774e46645523bbd147226681155628 - globs: - - pyproject.toml - conda: https://conda.anaconda.org/conda-forge/noarch/cuda-crt-dev_linux-64-12.9.86-ha770c72_2.conda sha256: e6257534c4b4b6b8a1192f84191c34906ab9968c92680fa09f639e7846a87304 md5: 79d280de61e18010df5997daea4743df diff --git a/cuda_core/pixi.toml b/cuda_core/pixi.toml index 8683992cad..312262e8bc 100644 --- a/cuda_core/pixi.toml +++ b/cuda_core/pixi.toml @@ -68,7 +68,7 @@ cu12 = { features = ["cu12", "test", "cython-tests"], solve-group = "cu12" } # TODO: check if these can be extracted from pyproject.toml [package] name = "cuda-core" -version = "0.5.0" +version = "0.5.1" [package.build] backend = { name = "pixi-build-python", version = "*" }