Skip to content

Commit

Permalink
Merge pull request #93 from tensorflow/venkat-patch-1
Browse files Browse the repository at this point in the history
Update Estimator version number for 2.13.0
  • Loading branch information
mihaimaruseac committed Jun 27, 2023
2 parents be3b359 + bdaf771 commit 6a11301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_estimator/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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-rc0'
_VERSION = '2.13.0'

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

0 comments on commit 6a11301

Please sign in to comment.