From 72ddfc2d6156207d86117b7d946c4ff25d50979c Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:32:51 +0530 Subject: [PATCH] Version bump master to 0.8.2 (#2290) --- keras_cv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_cv/__init__.py b/keras_cv/__init__.py index 6d6ef3704c..1c9e7bcdf3 100644 --- a/keras_cv/__init__.py +++ b/keras_cv/__init__.py @@ -42,4 +42,4 @@ from keras_cv.core import NormalFactorSampler from keras_cv.core import UniformFactorSampler -__version__ = "0.8.1" +__version__ = "0.8.2"