From 203681d201bf38e2c27647d6639453d0a9f0f95b Mon Sep 17 00:00:00 2001 From: Katherine Rose Date: Fri, 13 Sep 2024 11:21:57 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3b7ad3..6a01971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transcrybe" -version = "0.2.1" +version = "0.2.2" description = "FastAPI service to transcribe and diarize audio" authors = ["Katherine Rose "] license = "Apache-2.0"