We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb7531 commit 6c3b48bCopy full SHA for 6c3b48b
2 files changed
cuda_core/cuda/core/_version.py
@@ -2,4 +2,4 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-__version__ = "0.3.3a0"
+__version__ = "0.4.0"
cuda_core/docs/nv-versions.json
@@ -3,6 +3,10 @@
"version": "latest",
"url": "https://nvidia.github.io/cuda-python/cuda-core/latest/"
},
6
+ {
7
+ "version": "0.4.0",
8
+ "url": "https://nvidia.github.io/cuda-python/cuda-core/0.4.0/"
9
+ },
10
{
11
"version": "0.3.2",
12
"url": "https://nvidia.github.io/cuda-python/cuda-core/0.3.2/"
0 commit comments