From a70e320d0ddb3380d3258bddd3babd06d18770d3 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 7 Sep 2023 22:41:47 -0700 Subject: [PATCH] Bump version to 0.34.0 (#1852) --- README.md | 1 + tensorflow_io/python/ops/version_ops.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62770fbb4..686c4f7be 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases). | TensorFlow I/O Version | TensorFlow Compatibility | Release Date | | --- | --- | --- | +| 0.34.0 | 2.13.x | Sep 08, 2023 | | 0.33.0 | 2.13.x | Aug 01, 2023 | | 0.32.0 | 2.12.x | Mar 28, 2023 | | 0.31.0 | 2.11.x | Feb 25, 2023 | diff --git a/tensorflow_io/python/ops/version_ops.py b/tensorflow_io/python/ops/version_ops.py index b4a298f16..2e18a28bd 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.33.0" +version = "0.34.0" require = "tensorflow>=2.13.0,<2.14.0"