From fb3b810c81524e2837b80b4cf40d1d8d08719a23 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:35:50 +0200 Subject: [PATCH] v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 124f0ae..6f2b92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "pyannote-rs" -version = "0.3.0-beta.0" +version = "0.3.0" dependencies = [ "eyre", "hound", diff --git a/Cargo.toml b/Cargo.toml index 8fa2c7d..cc9dd37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/knf-rs", "crates/knf-rs/sys"] [package] name = "pyannote-rs" -version = "0.3.0-beta.0" +version = "0.3.0" edition = "2021" license = "MIT" description = "Speaker diarization using pyannote in Rust"