From 4f2072e043945ef8b356f040ee9c85ccdd019740 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:26:55 -0600 Subject: [PATCH] Update version to 0.8.3 (#2327) --- keras_cv/version_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_cv/version_utils.py b/keras_cv/version_utils.py index 527546c643..7b0568bdd7 100644 --- a/keras_cv/version_utils.py +++ b/keras_cv/version_utils.py @@ -15,7 +15,7 @@ from keras_cv.api_export import keras_cv_export # Unique source of truth for the version number. -__version__ = "0.8.2" +__version__ = "0.8.3" @keras_cv_export("keras_cv.version")