Skip to content

Commit 179d5a2

Browse files
committed
Prepare 0.14 release
1 parent 33821bd commit 179d5a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tfx/examples/airflow_workshop/setup/setup_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ printf "${GREEN}Installing TensorFlow${NORMAL}\n"
3737
pip install tensorflow==1.14.0
3838

3939
printf "${GREEN}Installing TFX${NORMAL}\n"
40-
pip install tfx==0.14.0rc1
40+
pip install tfx==0.14.0
4141

4242
printf "${GREEN}Installing Google API Client${NORMAL}\n"
4343
pip install google-api-python-client

tfx/examples/workshop/setup/setup_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ printf "${GREEN}Installing TensorFlow${NORMAL}\n"
3434
pip install tensorflow==1.14.0
3535

3636
printf "${GREEN}Installing TFX${NORMAL}\n"
37-
pip install tfx==0.14.0rc1
37+
pip install tfx==0.14.0
3838

3939
printf "${GREEN}Installing Google API Client${NORMAL}\n"
4040
pip install google-api-python-client

tfx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFX."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.14.0rc1'
17+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)