From 219860e1bf90a3808593d743dc84ff1103a2dd88 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 29 Oct 2024 14:52:58 +0100 Subject: [PATCH] releasing version 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a998ce8..09d01e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "tensor-man" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index b7d4c49..758edb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "tensor-man" description = "A small utility to inspect and validate safetensors and ONNX files." authors = ["Simone Margaritelli (simone@dreadnode.io)"] -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "GPL-3.0" readme = "README.md"