Skip to content

Commit 1ac6a5f

Browse files
authored
Merge pull request #182 from yongtang/0.5.0
Release 0.5.0
2 parents 5ae3aad + 180ecde commit 1ac6a5f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release 0.4.0
22

3+
## Major Features
4+
* `tensorflow_io.kafka`: Kafka Output support.
5+
* `tensorflow_io.cifar`: CIFAR file format support.
6+
* `tensorflow_io.bigtable`: Google Cloud BigTable support.
7+
8+
## Thanks to our Contributors
9+
10+
This release contains contributions from many people:
11+
12+
Bryan Cutler, Damien Pontifex, Florian Raudies, Henry Tan,
13+
Junqin Zhang, Stephan Uphoff, Yong Tang, Yuan (Terry) Tang
14+
15+
We are also grateful to all who filed issues or helped resolve them, asked and
16+
answered questions, and were part of inspiring discussions.
17+
18+
# Release 0.4.0
19+
320
## Major Features
421
* `tensorflow_io.pubsub`: Google Cloud Pub/Sub Dataset support.
522
* `tensorflow_io.mnist`: MNIST file format support.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def has_ext_modules(self):
9696

9797
# Note: Change to tensorflow == 1.13.0 once 1.13.0 is released
9898
package = 'tensorflow>=1.13.0,<1.14.0'
99-
version = '0.4.0'
99+
version = '0.5.0'
100100
project = 'tensorflow-io'
101101
if '--package-version' in sys.argv:
102102
print(package)

0 commit comments

Comments
 (0)