Skip to content

Commit 2bef67e

Browse files
nv-nmailhotbrminicharanadiveovidiusm
authored
chore: Update release version for NIXL and attributions (#907)
* chore: Update release version for NIXL * update cpp attributions (#948) --------- Signed-off-by: ovidiusm <[email protected]> Co-authored-by: Mikhail Brinskiy <[email protected]> Co-authored-by: Adit Ranadive <[email protected]> Co-authored-by: ovidiusm <[email protected]>
1 parent e775bb0 commit 2bef67e

File tree

8 files changed

+213
-128
lines changed

8 files changed

+213
-128
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.6.1, branch name, or commit hash)"
272+
description: "NIXL version to use (tag like 0.7.0, branch name, or commit hash)"
273273
- string:
274274
name: "UCX_VERSION"
275275
default: "v1.19.0"

ATTRIBUTIONS-CPP.md

Lines changed: 206 additions & 121 deletions
Large diffs are not rendered by default.

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.6.1"
23+
version = "0.7.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.6.1',
16+
project('nixlbench', 'CPP', version: '0.7.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.6.1',
16+
project('nixl', 'CPP', version: '0.7.0',
1717
default_options: ['buildtype=debug',
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.6.1'
22+
version = '0.7.0'
2323
description = 'NIXL Python API'
2424
readme = 'README.md'
2525
license = {file = 'LICENSE'}

0 commit comments

Comments
 (0)