Skip to content

Commit a51c89a

Browse files
authored
Increase the version number for keras 2.13 (#18081)
1 parent 861ad74 commit a51c89a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
from tensorflow.python import tf2
2929
from tensorflow.python.util.tf_export import keras_export
3030

31-
__version__ = "2.13.0"
31+
__version__ = "2.13.1"
3232

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

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.13.0"
34+
_VERSION = "2.13.1"
3535

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

0 commit comments

Comments
 (0)