Skip to content

Commit

Permalink
Release 0.3.3.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 23, 2023
1 parent fab53d1 commit fba7055
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safetensors-python"
version = "0.3.4"
version = "0.3.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/py_src/safetensors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.4.dev0"
__version__ = "0.3.3.rc1"


# Re-export this
Expand Down
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.3.4"
version = "0.3.3"
edition = "2021"
homepage = "https://github.com/huggingface/safetensors"
repository = "https://github.com/huggingface/safetensors"
Expand Down

0 comments on commit fba7055

Please sign in to comment.