diff --git a/tensorflow_estimator/tools/pip_package/setup.py b/tensorflow_estimator/tools/pip_package/setup.py index 16abe858..5c3abf50 100644 --- a/tensorflow_estimator/tools/pip_package/setup.py +++ b/tensorflow_estimator/tools/pip_package/setup.py @@ -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.