Skip to content

Commit 8c841cd

Browse files
authored
Merge pull request #172 from vzhurba01/bump-version-0.1.0
Bump cuda.core version to 0.1.0 to prepare for beta 1
2 parents bb336aa + 8e6c8b4 commit 8c841cd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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: LicenseRef-NVIDIA-SOFTWARE-LICENSE
44

5-
__version__ = "0.0.1"
5+
__version__ = "0.1.0"

cuda_core/docs/source/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
maxdepth: 3
66
---
77
8-
0.0.1 <release/0.0.1-notes>
8+
0.1.0 <release/0.1.0-notes>
99
```

cuda_core/docs/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"latest" : "latest",
3-
"0.0.1" : "0.0.1"
3+
"0.1.0" : "0.1.0"
44
}

0 commit comments

Comments
 (0)