Skip to content

Commit 2860e56

Browse files
authored
chore: Update release version for NIXL (#1017)
1 parent e8f25f7 commit 2860e56

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.ci/jenkins/pipeline/proj-jjb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
- string:
270270
name: "NIXL_VERSION"
271271
default: "{jjb_branch}"
272-
description: "NIXL version to use (tag like 0.7.1, branch name, or commit hash)"
272+
description: "NIXL version to use (tag like 0.8.0, branch name, or commit hash)"
273273
- string:
274274
name: "UCX_VERSION"
275275
default: "v1.20.x"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
resolver = "3"
2121

2222
[workspace.package]
23-
version = "0.7.1"
23+
version = "0.8.0"
2424
edition = "2021"
2525
description = "Low-level bindings to NIXL - NVIDIA Inference Xfer Library"
2626
authors = ["NIXL Developers <[email protected]>"]

benchmark/nixlbench/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
project('nixlbench', 'CPP', version: '0.7.1',
16+
project('nixlbench', 'CPP', version: '0.8.0',
1717
default_options: ['buildtype=release',
1818
'werror=true',
1919
'cpp_std=c++17',

examples/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
project('nixl', 'CPP', version: '0.7.1',
16+
project('nixl', 'CPP', version: '0.8.0',
1717
default_options: ['buildtype=release',
1818
'werror=true',
1919
'cpp_std=c++17',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "mesonpy"
1919

2020
[project]
2121
name = 'nixl-cu12'
22-
version = '0.7.1'
22+
version = '0.8.0'
2323
description = 'NIXL Python API'
2424
readme = 'README.md'
2525
license = {file = 'LICENSE'}

0 commit comments

Comments
 (0)