diff --git a/.ci/jenkins/pipeline/proj-jjb.yaml b/.ci/jenkins/pipeline/proj-jjb.yaml index f9c773564..fb2deb082 100644 --- a/.ci/jenkins/pipeline/proj-jjb.yaml +++ b/.ci/jenkins/pipeline/proj-jjb.yaml @@ -267,7 +267,7 @@ - string: name: "NIXL_VERSION" default: "{jjb_branch}" - description: "NIXL version to use (tag like 0.6.0, branch name, or commit hash)" + description: "NIXL version to use (tag like 0.6.1, branch name, or commit hash)" - string: name: "UCX_VERSION" default: "v1.19.0" diff --git a/Cargo.lock b/Cargo.lock index 817a114ec..c180e2590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "nixl-sys" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index eb99fb361..e90d5ad5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ resolver = "3" [workspace.package] -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Low-level bindings to NIXL - NVIDIA Inference Xfer Library" authors = ["NIXL Developers "] diff --git a/benchmark/nixlbench/meson.build b/benchmark/nixlbench/meson.build index 1910e7ad3..24d738a31 100644 --- a/benchmark/nixlbench/meson.build +++ b/benchmark/nixlbench/meson.build @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -project('nixlbench', 'CPP', version: '0.6.0', +project('nixlbench', 'CPP', version: '0.6.1', default_options: ['buildtype=release', 'werror=true', 'cpp_std=c++17', diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index 19e594e24..cc28991d9 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "nixl-sys" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bindgen", "cc", diff --git a/meson.build b/meson.build index 8a7be09c9..681be08a9 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -project('nixl', 'CPP', version: '0.6.0', +project('nixl', 'CPP', version: '0.6.1', default_options: ['buildtype=debug', 'werror=true', 'cpp_std=c++17', diff --git a/pyproject.toml b/pyproject.toml index 3cfbde6ef..2b3c0aa40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ build-backend = "mesonpy" [project] name = 'nixl' -version = '0.6.0' +version = '0.6.1' description = 'NIXL Python API' readme = 'README.md' license = {file = 'LICENSE'}