From 4e89de69a6f008c619fab3b7dd120e679ff5894c Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Wed, 13 Dec 2023 11:15:25 -0800 Subject: [PATCH] Version increment in version.bzl PiperOrigin-RevId: 590658960 --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index 24048e1a2..acd810505 100644 --- a/version.bzl +++ b/version.bzl @@ -2,4 +2,4 @@ # The next version of MediaPipe (e.g. the version that is currently in development). # This version should be bumped after every release. -MEDIAPIPE_FULL_VERSION = "0.10.9" +MEDIAPIPE_FULL_VERSION = "0.10.10"