diff --git a/BUILD.bazel b/BUILD.bazel index b016d94..3dec535 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -233,7 +233,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.16", + "//conditions:default": "0.0.17", ":ci": "{BUILD_EMBED_LABEL}", }), visibility = ["//:__subpackages__"],