From 1993a4943ed78085e103f14c9e21532f74fdf8f5 Mon Sep 17 00:00:00 2001 From: Katherine Rose Date: Fri, 13 Sep 2024 12:15:12 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db34c9b..d7fc678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transcrybe" -version = "0.2.3" +version = "0.2.4" description = "FastAPI service to transcribe and diarize audio" authors = ["Katherine Rose "] license = "Apache-2.0"