diff --git a/tensorflow_estimator/tools/pip_package/setup.py b/tensorflow_estimator/tools/pip_package/setup.py index 2b1a6c65..ed6931da 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.12.0-rc0' +_VERSION = '2.12.0' REQUIRED_PACKAGES = [ # We depend on TensorFlow's declared pip dependencies.