Skip to content

Commit

Permalink
Bump the main version to 1.1.0 (oap-project#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrychenhf authored Dec 2, 2022
1 parent 54963f8 commit 965e574
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Take AWS for example,

```
# if running CloudTik on aws
pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp37-cp37m-manylinux2014_x86_64.whl"
pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp37-cp37m-manylinux2014_x86_64.whl"
```

Replace `cloudtik[aws]` with `clouditk[azure]` or `cloudtik[gcp]` if you want to create clusters on Azure or GCP.
Expand All @@ -94,9 +94,9 @@ The following table shows the installation links for latest CloudTik wheels of s

| Linux | Installation |
|:-----------|:---------------------------------------------------------------------------------------------------------------------------------------------------|
| Python 3.9 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp39-cp39-manylinux2014_x86_64.whl" ` |
| Python 3.8 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp38-cp38-manylinux2014_x86_64.whl" ` |
| Python 3.7 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp37-cp37m-manylinux2014_x86_64.whl" ` |
| Python 3.9 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp39-cp39-manylinux2014_x86_64.whl" ` |
| Python 3.8 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp38-cp38-manylinux2014_x86_64.whl" ` |
| Python 3.7 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp37-cp37m-manylinux2014_x86_64.whl" ` |


### 3. Authentication to Cloud Providers API
Expand Down
2 changes: 1 addition & 1 deletion docs/source/GettingStarted/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Take AWS for example,

```
# if running CloudTik on aws
pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp37-cp37m-manylinux2014_x86_64.whl"
pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp37-cp37m-manylinux2014_x86_64.whl"
```

Replace `cloudtik[aws]` with `clouditk[azure]` or `cloudtik[gcp]` if you want to create clusters on Azure or GCP.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/UserGuide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ To install these wheels, use the following `pip` command and wheels on different

| Linux | Installation |
|:-----------|:---------------------------------------------------------------------------------------------------------------------------------------------------|
| Python 3.9 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp39-cp39-manylinux2014_x86_64.whl" ` |
| Python 3.8 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp38-cp38-manylinux2014_x86_64.whl" ` |
| Python 3.7 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.0.0-cp37-cp37m-manylinux2014_x86_64.whl" ` |
| Python 3.9 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp39-cp39-manylinux2014_x86_64.whl" ` |
| Python 3.8 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp38-cp38-manylinux2014_x86_64.whl" ` |
| Python 3.7 | `pip install -U "cloudtik[aws] @ https://d30257nes7d4fq.cloudfront.net/downloads/cloudtik/cloudtik-1.1.0-cp37-cp37m-manylinux2014_x86_64.whl" ` |

Replace `cloudtik[aws]` with `clouditk[azure]` or `cloudtik[gcp]` if you want to create clusters on Azure or GCP.
Use `cloudtik[all]` if you want to manage clusters with all supported Cloud providers.
Expand Down
2 changes: 1 addition & 1 deletion python/cloudtik/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# Replaced with the current commit when building the wheels.
__commit__ = "{{CLOUDTIK_COMMIT_SHA}}"
__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 965e574

Please sign in to comment.