From 9026c3f2c28b0770f8789cdfbed580cc017ce2b8 Mon Sep 17 00:00:00 2001 From: sampathweb <1437573+sampathweb@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:12:17 -0600 Subject: [PATCH] Version bump to r0.7.2.dev0 --- 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 fbe6c6da23..e256b71051 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" +__version__ = "0.7.2.dev0"