From ba6e14f78819ea879168b7d8ff47838ca0102325 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Wed, 30 Oct 2024 17:54:12 +0100 Subject: [PATCH] releasing version 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4c68d5..dc6ea92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "tensor-man" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index ec4601e..b69da90 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.0" +version = "0.4.1" edition = "2021" license = "GPL-3.0" readme = "README.md"