From 71ab110e047f890aae8fa812a5b09472afd63c24 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 22 Nov 2024 10:53:20 -0700 Subject: [PATCH] Bump minor version of whisper-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5b1643..5ea8246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.13.0" +version = "0.13.1" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense"