Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python SDK version to 0.10.0 #1378

Merged
merged 3 commits into from
Nov 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ workflows:
- cmd/suggestion/goptuna/v1beta1/*
- cmd/ui/v1beta1/*
- examples/v1beta1/*
- sdk/python/v1beta1/*
- test/e2e/v1beta1/*
- test/scripts/v1beta1/*
- test/suggestion/v1beta1/*
Expand Down
6 changes: 6 additions & 0 deletions sdk/python/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,18 @@ Our SDK is located in [`kubeflow-katib` PyPi package](https://pypi.org/project/k
If you want to release new SDK version with updated API you have to ask anyone from
[OWNERS](https://github.com/kubeflow/katib/blob/master/OWNERS) file to follow these steps:

- Go to the SDK directory: `cd sdk/python/v1beta1`

- Update version in [`setup.py`](https://github.com/kubeflow/katib/blob/master/sdk/python/v1beta1/setup.py#L22)

- Generate distributive packages: `python3 setup.py sdist bdist_wheel`

- Upload package to PyPi: `twine upload dist/*`

- Remove created directories: `rm -r dist/ build/`

- Submit PR with updated version

## Getting Started

Please follow the [examples](examples) to learn more about Katib SDK.
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='kubeflow-katib',
version='0.0.6',
version='0.10.0',
author="Kubeflow Authors",
author_email='premnath.vel@gmail.com',
license="Apache License Version 2.0",
Expand Down
4 changes: 0 additions & 4 deletions setup.py

This file was deleted.