Skip to content

Commit ba39f70

Browse files
m96-chanclaude
andcommitted
Bump version to 0.5.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 35e5f84 commit ba39f70

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0xbitnet",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Run BitNet b1.58 ternary LLMs with WebGPU",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/rust/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rust/crates/oxbitnet-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxbitnet-ffi"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "C FFI bindings for oxbitnet — run BitNet b1.58 ternary LLMs with wgpu"
66
license = "MIT"

packages/rust/crates/oxbitnet-java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxbitnet-java"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "Java/JNI bindings for oxbitnet — run BitNet b1.58 ternary LLMs with wgpu"
66
license = "MIT"

packages/rust/crates/oxbitnet-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxbitnet-python"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
publish = false
66

packages/rust/crates/oxbitnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxbitnet"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "Run BitNet b1.58 ternary LLMs with wgpu"
66
license = "MIT"

0 commit comments

Comments
 (0)