From 066773fe638fa62e79c704e25772520a00ea35e7 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 26 Feb 2025 10:08:41 +0100 Subject: [PATCH] Patch release (without unsafe copy). --- bindings/python/Cargo.toml | 2 +- safetensors/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index de7692bc..1d4cfbd0 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safetensors-python" -version = "0.5.3-dev.0" +version = "0.5.3" edition = "2021" rust-version = "1.74" diff --git a/safetensors/Cargo.toml b/safetensors/Cargo.toml index dd303d65..d54c969d 100644 --- a/safetensors/Cargo.toml +++ b/safetensors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safetensors" -version = "0.5.3-dev.0" +version = "0.5.3" edition = "2021" rust-version = "1.74" homepage = "https://github.com/huggingface/safetensors"