Skip to content

Commit

Permalink
Merge pull request #91 from tensorflow/venkat-patch-2
Browse files Browse the repository at this point in the history
Update setup.py for 2.12.0 final release.
  • Loading branch information
mihaimaruseac committed Mar 14, 2023
2 parents 9d208c4 + 8e92967 commit 1bcfb76
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.12.0-rc0'
_VERSION = '2.12.0'

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

0 comments on commit 1bcfb76

Please sign in to comment.