We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5c30a commit a70e320Copy full SHA for a70e320
README.md
@@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126
127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128
| --- | --- | --- |
129
+| 0.34.0 | 2.13.x | Sep 08, 2023 |
130
| 0.33.0 | 2.13.x | Aug 01, 2023 |
131
| 0.32.0 | 2.12.x | Mar 28, 2023 |
132
| 0.31.0 | 2.11.x | Feb 25, 2023 |
tensorflow_io/python/ops/version_ops.py
@@ -14,5 +14,5 @@
14
# ==============================================================================
15
"""version_ops"""
16
17
-version = "0.33.0"
+version = "0.34.0"
18
require = "tensorflow>=2.13.0,<2.14.0"
0 commit comments