Skip to content

Commit

Permalink
Upgrading the version. (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored Aug 5, 2024
1 parent 74c4e16 commit 77dfa5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 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.4-dev.0"
version = "0.4.5-dev.0"
edition = "2021"

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

[dependencies.safetensors]
version = "0.4.4-dev.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.4-dev.0"
version = "0.4.5-dev.0"
edition = "2021"
homepage = "https://github.com/huggingface/safetensors"
repository = "https://github.com/huggingface/safetensors"
Expand Down

0 comments on commit 77dfa5c

Please sign in to comment.