We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b6d26 commit 578aec9Copy full SHA for 578aec9
tf_keras/__init__.py
@@ -35,6 +35,6 @@
35
from tensorflow.python import tf2
36
from tensorflow.python.util.tf_export import keras_export
37
38
-__version__ = "2.20.0"
+__version__ = "2.20.1"
39
40
keras_export("keras.__version__").export_constant(__name__, "__version__")
tf_keras/tools/pip_package/setup.py
@@ -31,7 +31,7 @@
31
# This version string is semver compatible, but incompatible with pip.
32
# For pip, we will remove all '-' characters from this string, and use the
33
# result for pip.
34
-_VERSION = "2.20.0"
+_VERSION = "2.20.1"
REQUIRED_PACKAGES = [
# We depend on TensorFlow's declared pip dependencies.
0 commit comments