Skip to content

Commit 578aec9

Browse files
Patch version 0.20.1 (#861)
* Update version * Update version
1 parent 33b6d26 commit 578aec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tf_keras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
from tensorflow.python import tf2
3636
from tensorflow.python.util.tf_export import keras_export
3737

38-
__version__ = "2.20.0"
38+
__version__ = "2.20.1"
3939

4040
keras_export("keras.__version__").export_constant(__name__, "__version__")

tf_keras/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# This version string is semver compatible, but incompatible with pip.
3232
# For pip, we will remove all '-' characters from this string, and use the
3333
# result for pip.
34-
_VERSION = "2.20.0"
34+
_VERSION = "2.20.1"
3535

3636
REQUIRED_PACKAGES = [
3737
# We depend on TensorFlow's declared pip dependencies.

0 commit comments

Comments
 (0)