Skip to content

Commit 95e5eb4

Browse files
tf-transform-teamzoyahav
tf-transform-team
authored andcommitted
Project import generated by Copybara.
PiperOrigin-RevId: 186382406
1 parent 30def1a commit 95e5eb4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ releasing a new version.
5454
|tensorflow-transform |tensorflow |apache-beam[gcp]|
5555
|--------------------------------------------------------------------------------|--------------|----------------|
5656
|[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) |nightly (1.x) |2.3.0 |
57+
|[0.5.0](https://github.com/tensorflow/transform/blob/v0.5.0/RELEASE.md) |1.5 |2.3.0 |
5758
|[0.4.0](https://github.com/tensorflow/transform/blob/v0.4.0/RELEASE.md) |1.4 |2.2.0 |
5859
|[0.3.1](https://github.com/tensorflow/transform/blob/v0.3.1/RELEASE.md) |1.3 |2.1.1 |
5960
|[0.3.0](https://github.com/tensorflow/transform/blob/v0.3.0/RELEASE.md) |1.3 |2.1.1 |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.5.0
22

33
## Major Features and Improvements
44
* Batching of input instances is now done automatically and dynamically.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup
1818

1919
# Tensorflow transform version.
20-
__version__ = '0.5.0dev'
20+
__version__ = '0.5.0'
2121

2222

2323
def _make_required_install_packages():

0 commit comments

Comments
 (0)