From 8b75a70295320cd92cff95c55cf34d9d87dfbf48 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:51:50 -0800 Subject: [PATCH] release(pyproject): bump version to 0.0.9 [generated] Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b10cc9..aafecd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "whispercpp: Pybind11 bindings for whisper.cpp" readme = { file = "README.md", content-type = "text/markdown" } license = { text = "Apache-2.0" } requires-python = ">=3.8" -version = "0.0.9.dev0" +version = "0.0.9" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers",