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