From 2e36f7e7cc83314fda69593c92df877b0aaba573 Mon Sep 17 00:00:00 2001 From: Sachin Prasad Date: Wed, 3 Sep 2025 15:18:56 -0700 Subject: [PATCH 1/2] Update version --- tf_keras/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_keras/__init__.py b/tf_keras/__init__.py index 072ea7512..ca6ecd00b 100644 --- a/tf_keras/__init__.py +++ b/tf_keras/__init__.py @@ -35,6 +35,6 @@ from tensorflow.python import tf2 from tensorflow.python.util.tf_export import keras_export -__version__ = "2.20.0" +__version__ = "2.20.1" keras_export("keras.__version__").export_constant(__name__, "__version__") From 888a076ec3e8166c2ca378130542d975764ae07f Mon Sep 17 00:00:00 2001 From: Sachin Prasad Date: Wed, 3 Sep 2025 15:20:38 -0700 Subject: [PATCH 2/2] Update version --- tf_keras/tools/pip_package/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_keras/tools/pip_package/setup.py b/tf_keras/tools/pip_package/setup.py index a9ebe8592..51ae95b66 100644 --- a/tf_keras/tools/pip_package/setup.py +++ b/tf_keras/tools/pip_package/setup.py @@ -31,7 +31,7 @@ # This version string is semver compatible, but incompatible with pip. # For pip, we will remove all '-' characters from this string, and use the # result for pip. -_VERSION = "2.20.0" +_VERSION = "2.20.1" REQUIRED_PACKAGES = [ # We depend on TensorFlow's declared pip dependencies.