From b7fadd88bdedc846682b0be3db4f425d63920707 Mon Sep 17 00:00:00 2001 From: 0/0 Date: Mon, 10 Oct 2022 17:51:45 -0600 Subject: [PATCH] bump version again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4a7655..30cf26b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys"] [package] name = "whisper-rs" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense"