Skip to content

Commit a70e320

Browse files
authored
Bump version to 0.34.0 (#1852)
1 parent 6d5c30a commit a70e320

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126126

127127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128128
| --- | --- | --- |
129+
| 0.34.0 | 2.13.x | Sep 08, 2023 |
129130
| 0.33.0 | 2.13.x | Aug 01, 2023 |
130131
| 0.32.0 | 2.12.x | Mar 28, 2023 |
131132
| 0.31.0 | 2.11.x | Feb 25, 2023 |

tensorflow_io/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
version = "0.33.0"
17+
version = "0.34.0"
1818
require = "tensorflow>=2.13.0,<2.14.0"

0 commit comments

Comments
 (0)