From 9a3efcca5f6dd3008ab32a3fd126ff497e268748 Mon Sep 17 00:00:00 2001 From: James Bruska Date: Mon, 27 Mar 2023 11:51:46 -0400 Subject: [PATCH] Changed version to 0.5.0 due to public API change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36fdd00..117dabf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense"