Skip to content

Commit

Permalink
0.4.0 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Oct 6, 2023
1 parent 96061e9 commit 30b9eed
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 3 deletions.
347 changes: 347 additions & 0 deletions bindings/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safetensors-python"
version = "0.4.1-dev.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,5 +14,5 @@ memmap2 = "0.5"
serde_json = "1.0"

[dependencies.safetensors]
version = "0.4.1-dev.0"
version = "0.4.0"
path = "../../safetensors"
2 changes: 1 addition & 1 deletion safetensors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safetensors"
version = "0.4.1-dev.0"
version = "0.4.0"
edition = "2021"
homepage = "https://github.com/huggingface/safetensors"
repository = "https://github.com/huggingface/safetensors"
Expand Down

0 comments on commit 30b9eed

Please sign in to comment.