Skip to content

Commit

Permalink
Debug sdk test failure (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe authored Mar 13, 2020
1 parent 07cb99e commit f6433c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ six>=1.10
python_dateutil>=2.5.3
setuptools>=21.0.0
urllib3>=1.15.1
kubernetes>=10.0.1
kubernetes==10.0.1
table_logger>=0.3.5
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setuptools.setup(
name='kubeflow-tfjob',
version='0.1.3',
version='0.1.4',
author="Kubeflow Authors",
author_email='[email protected]',
license="Apache License Version 2.0",
Expand Down

0 comments on commit f6433c5

Please sign in to comment.