From db2853a6402a8290ea070878bc37742b2f870380 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:10:00 -0600 Subject: [PATCH] Bump version to 0.7.2.dev1 --- 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 e256b71051..30ebbf957d 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.2.dev0" +__version__ = "0.7.2.dev1"