From 0e2c4798990adea7e1cf15e7b0f807657b244453 Mon Sep 17 00:00:00 2001 From: Divyashree Sreepathihalli Date: Mon, 8 Jan 2024 16:24:35 -0800 Subject: [PATCH] Version bump to 0.8.1 (#2289) Co-authored-by: Divyashree Sreepathihalli --- 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 8c384a5af9..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.1.dev0" +__version__ = "0.8.1"