From 1f5800759c4f57c6d01c0effb8804877fb1f9e3f Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 6 Oct 2023 22:11:04 -0600 Subject: [PATCH] Bump version to 0.9.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85cabd7..3c8fff0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.8.0" +version = "0.9.0-rc.1" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense"