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 861ad74 commit a51c89aCopy full SHA for a51c89a
keras/__init__.py
@@ -28,6 +28,6 @@
28
from tensorflow.python import tf2
29
from tensorflow.python.util.tf_export import keras_export
30
31
-__version__ = "2.13.0"
+__version__ = "2.13.1"
32
33
keras_export("keras.__version__").export_constant(__name__, "__version__")
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.
34
-_VERSION = "2.13.0"
+_VERSION = "2.13.1"
35
36
REQUIRED_PACKAGES = [
37
# We depend on TensorFlow's declared pip dependencies.
0 commit comments