Skip to content

Commit

Permalink
Merge pull request #97 from tensorflow/rtg0795-patch-2
Browse files Browse the repository at this point in the history
Update Estimator version number for 2.15.0
  • Loading branch information
rtg0795 committed Nov 6, 2023
2 parents 282acf0 + 7219a92 commit b5f91f8
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.15.0-rc0'
_VERSION = '2.15.0'

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

0 comments on commit b5f91f8

Please sign in to comment.