From 76d269bebf622985e933dac378f16ffcefb71f86 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:07:29 -0600 Subject: [PATCH] Bump version 0.7.2 --- 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 30ebbf957d..37d8d07057 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.dev1" +__version__ = "0.7.2"