diff --git a/BUILD.bazel b/BUILD.bazel index c40528a..7336279 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -232,7 +232,7 @@ py_wheel( twine = "@release_twine//:pkg", # NOTE: This can be replaced by building with --stamp --embed_label=1.2.3 version = select({ - "//conditions:default": "0.0.14", + "//conditions:default": "0.0.15", ":ci": "{BUILD_EMBED_LABEL}", }), visibility = ["//:__subpackages__"],