From e61f9301242844c4244665339008775a7515d3b9 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:07:04 -0700 Subject: [PATCH] release: bump version to 0.0.17 [generated] Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__"],