-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python SDK version to 0.10.0 (#1378)
* Update SDK version to 0.10.0 * Fix * Add sdk to prow
- Loading branch information
1 parent
327a620
commit 6dc1af8
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
setuptools.setup( | ||
name='kubeflow-katib', | ||
version='0.0.6', | ||
version='0.10.0', | ||
author="Kubeflow Authors", | ||
author_email='[email protected]', | ||
license="Apache License Version 2.0", | ||
|