Skip to content

Commit

Permalink
release(pyproject): bump version to 0.0.8 [generated]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Mar 1, 2023
1 parent 1e64d43 commit b7f319e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b7f319e

Please sign in to comment.