We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e64d43 commit b7f319eCopy full SHA for b7f319e
1 file changed
pyproject.toml
@@ -8,7 +8,7 @@ description = "whispercpp: Pybind11 bindings for whisper.cpp"
8
readme = { file = "README.md", content-type = "text/markdown" }
9
license = { text = "Apache-2.0" }
10
requires-python = ">=3.8"
11
-version = "0.0.8.dev0"
+version = "0.0.8"
12
classifiers = [
13
"Development Status :: 4 - Beta",
14
"Intended Audience :: Developers",
@@ -72,7 +72,7 @@ line-length = 88
72
# We ignore E501 (line too long) here because we keep user-visible strings on one line.
73
ignore = ["E501"]
74
exclude = [ "bazel-*/", "venv", "typings" ]
75
-target-version = "py310"
+target-version = "0.0.8"
76
77
[tool.ruff.pydocstyle]
78
convention = "google"
0 commit comments