Skip to content

Commit b7f319e

Browse files
committed
release(pyproject): bump version to 0.0.8 [generated]
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
1 parent 1e64d43 commit b7f319e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "whispercpp: Pybind11 bindings for whisper.cpp"
88
readme = { file = "README.md", content-type = "text/markdown" }
99
license = { text = "Apache-2.0" }
1010
requires-python = ">=3.8"
11-
version = "0.0.8.dev0"
11+
version = "0.0.8"
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",
@@ -72,7 +72,7 @@ line-length = 88
7272
# We ignore E501 (line too long) here because we keep user-visible strings on one line.
7373
ignore = ["E501"]
7474
exclude = [ "bazel-*/", "venv", "typings" ]
75-
target-version = "py310"
75+
target-version = "0.0.8"
7676

7777
[tool.ruff.pydocstyle]
7878
convention = "google"

0 commit comments

Comments
 (0)