Skip to content

Commit aa6c43d

Browse files
committed
Patch release 0.6.2
1 parent 2b25340 commit aa6c43d

File tree

3 files changed

+236
-2
lines changed

3 files changed

+236
-2
lines changed

bindings/python/Cargo.lock

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

bindings/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 = "safetensors-python"
3-
version = "0.6.2-dev.0"
3+
version = "0.6.2"
44
edition = "2021"
55
rust-version = "1.74"
66

safetensors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "safetensors"
3-
version = "0.6.2-dev.0"
3+
version = "0.6.2"
44
edition = "2021"
55
rust-version = "1.80"
66
homepage = "https://github.com/huggingface/safetensors"

0 commit comments

Comments
 (0)