From 288ca68323b884d06455887c8d87239b3c84c07e Mon Sep 17 00:00:00 2001 From: Katherine Rose Date: Fri, 13 Sep 2024 10:05:44 -0400 Subject: [PATCH] Bump version Changing the default model is NOT a breaking change because the API abstracts away that part anyway but does affect functionality, so this is a minor version not a patch. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb3bcb..6823f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transcrybe" -version = "0.1.0" +version = "0.2.0" description = "FastAPI service to transcribe and diarize audio" authors = ["Katherine Rose "] license = "Apache-2.0"