Skip to content

Commit

Permalink
Prepare 0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoyu90 committed Sep 12, 2019
1 parent 33821bd commit 179d5a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tfx/examples/airflow_workshop/setup/setup_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ printf "${GREEN}Installing TensorFlow${NORMAL}\n"
pip install tensorflow==1.14.0

printf "${GREEN}Installing TFX${NORMAL}\n"
pip install tfx==0.14.0rc1
pip install tfx==0.14.0

printf "${GREEN}Installing Google API Client${NORMAL}\n"
pip install google-api-python-client
Expand Down
2 changes: 1 addition & 1 deletion tfx/examples/workshop/setup/setup_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ printf "${GREEN}Installing TensorFlow${NORMAL}\n"
pip install tensorflow==1.14.0

printf "${GREEN}Installing TFX${NORMAL}\n"
pip install tfx==0.14.0rc1
pip install tfx==0.14.0

printf "${GREEN}Installing Google API Client${NORMAL}\n"
pip install google-api-python-client
Expand Down
2 changes: 1 addition & 1 deletion tfx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFX."""

# Note that setup.py uses this version.
__version__ = '0.14.0rc1'
__version__ = '0.14.0'

0 comments on commit 179d5a2

Please sign in to comment.