From 8dc7b770719f02e478563ac4b4fffa39a4d37053 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Sun, 8 Mar 2026 16:02:00 +0100 Subject: [PATCH] Bump version to 0.2.20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a52455..3a36468 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "whisperlivekit" -version = "0.2.19" +version = "0.2.20" description = "Real-time speech-to-text with speaker diarization using Whisper" readme = "README.md" authors = [{ name = "Quentin Fuxa" }]