From d9e2780c11cb3a3438f68c5930fffe7606f90779 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:02:47 -0800 Subject: [PATCH] release(pyproject): bump version to 0.0.10 [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 9ed0f81..edb5ada 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.10.dev0" +version = "0.0.10" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers",