From 0cc87e192945ec2df742751a20385948c8983fd7 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Fri, 1 Nov 2024 14:12:14 +0100 Subject: [PATCH] releasing version 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc6ea92..5c65d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "tensor-man" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index b69da90..6813d34 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.4.1" +version = "0.4.2" edition = "2021" license = "GPL-3.0" readme = "README.md"