We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38d8d9 commit e61f930Copy full SHA for e61f930
1 file changed
BUILD.bazel
@@ -233,7 +233,7 @@ py_wheel(
233
twine = "@release_twine//:pkg",
234
# NOTE: This can be replaced by building with --stamp --embed_label=1.2.3
235
version = select({
236
- "//conditions:default": "0.0.16",
+ "//conditions:default": "0.0.17",
237
":ci": "{BUILD_EMBED_LABEL}",
238
}),
239
visibility = ["//:__subpackages__"],
0 commit comments