From b7f319e0a51461e059adbb6dbd609a09729073ed Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:27:49 -0800 Subject: [PATCH] release(pyproject): bump version to 0.0.8 [generated] Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 958bfc6..8aba6ac 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.8.dev0" +version = "0.0.8" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -72,7 +72,7 @@ line-length = 88 # We ignore E501 (line too long) here because we keep user-visible strings on one line. ignore = ["E501"] exclude = [ "bazel-*/", "venv", "typings" ] -target-version = "py310" +target-version = "0.0.8" [tool.ruff.pydocstyle] convention = "google"