From 8aed8b7e8bd2100e70ed10e79c335e8bd7b79ffc Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Thu, 14 May 2026 18:47:25 +0200 Subject: [PATCH] chore: bump version to 1.3.0 Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9315eb7..3194698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "whisper-local" -version = "1.2.0" +version = "1.3.0" requires-python = ">=3.13" dependencies = [ "faster-whisper>=1.1.0",