diff --git a/WORKSPACE b/WORKSPACE index c9af0c174..5eb4e72dc 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -115,10 +115,10 @@ pip_install() http_archive( name = "org_tensorflow", - sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e", - strip_prefix = "tensorflow-2.9.0-rc2", + sha256 = "8087cb0c529f04a4bfe480e49925cd64a904ad16d8ec66b98e2aacdfd53c80ff", + strip_prefix = "tensorflow-2.9.0", urls = [ - "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0-rc2.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0.tar.gz", ], ) diff --git a/tensorflow_io/python/ops/version_ops.py b/tensorflow_io/python/ops/version_ops.py index a30498d30..c9363b5f7 100644 --- a/tensorflow_io/python/ops/version_ops.py +++ b/tensorflow_io/python/ops/version_ops.py @@ -14,5 +14,5 @@ # ============================================================================== """version_ops""" -version = "0.25.0" -require = "tensorflow>=2.9.0rc2,<2.10.0" +version = "0.26.0" +require = "tensorflow>=2.9.0,<2.10.0"