From b0078fe2a5034ffcd803eebd04cab936f680e942 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:06:16 +0530 Subject: [PATCH] Update version to 0.8.1 (#2282) --- 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 afea823f72..6d6ef3704c 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.0.dev0" +__version__ = "0.8.1"