Skip to content

Commit

Permalink
Increase the version number for keras 2.13 (#18081)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlzh727 authored May 2, 2023
1 parent 861ad74 commit a51c89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
from tensorflow.python import tf2
from tensorflow.python.util.tf_export import keras_export

__version__ = "2.13.0"
__version__ = "2.13.1"

keras_export("keras.__version__").export_constant(__name__, "__version__")
2 changes: 1 addition & 1 deletion keras/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0"
_VERSION = "2.13.1"

REQUIRED_PACKAGES = [
# We depend on TensorFlow's declared pip dependencies.
Expand Down

0 comments on commit a51c89a

Please sign in to comment.