From 52f0b261f09b33eab92ad090f8ca87ca775f0c6a Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:02:38 -0600 Subject: [PATCH] version bump to 0.7.1 (#2186) --- 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 889d24dc58..9e405eae3b 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.7.1.dev0" +__version__ = "0.7.1"