Skip to content

Commit

Permalink
Update Python SDK version to 0.10.0 (#1378)
Browse files Browse the repository at this point in the history
* Update SDK version to 0.10.0

* Fix

* Add sdk to prow
  • Loading branch information
andreyvelich authored Nov 6, 2020
1 parent 327a620 commit 6dc1af8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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.

0 comments on commit 6dc1af8

Please sign in to comment.