Skip to content

Commit a13a917

Browse files
authored
Bump cuda.core to v0.3.0 (#703)
* bump cuda.core to v0.3.0 * update date
1 parent bf590e4 commit a13a917

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cuda_core/cuda/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.3.0"

cuda_core/docs/source/release/0.3.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
``cuda.core`` 0.3.0 Release Notes
66
=================================
77

8-
Released on MM DD, 2025
8+
Released on June 11, 2025
99

1010

1111
Highlights

cuda_core/docs/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"latest" : "latest",
3+
"0.3.0" : "0.3.0",
34
"0.2.0" : "0.2.0",
45
"0.1.1" : "0.1.1",
56
"0.1.0" : "0.1.0"

0 commit comments

Comments
 (0)