Skip to content

Commit

Permalink
chore: bump development version [generated]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Mar 6, 2023
1 parent 111dc7a commit 50575b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPTS = [
"-fPIC",
"-Wall",
] + selects.with_or({
"//conditions:default": [],
"//conditions:default": "0.0.10.dev0",
"@bazel_tools//src/conditions:linux_x86_64": [
"-mavx",
"-mavx2",
Expand All @@ -74,7 +74,7 @@ cc_library(
copts = COPTS,
defines = ["BAZEL_BUILD"],
linkopts = selects.with_or({
"//conditions:default": [],
"//conditions:default": "0.0.10.dev0",
"@bazel_tools//src/conditions:darwin": [
"-framework",
"AudioToolbox",
Expand Down Expand Up @@ -222,7 +222,7 @@ py_wheel(
twine = "@pypi_twine//:pkg",
# NOTE: This can be replaced by building with --stamp --embed_label=1.2.3
version = select({
"//conditions:default": "0.0.9.dev0",
"//conditions:default": "0.0.10.dev0",
":ci": "{BUILD_EMBED_LABEL}",
}),
visibility = ["//:__subpackages__"],
Expand Down
2 changes: 1 addition & 1 deletion 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.9"
version = "0.0.10.dev0"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 50575b2

Please sign in to comment.