Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
czhen-zilliz committed Nov 10, 2021
1 parent 71680f0 commit caa3f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,8 @@ Milvus CLI based on [Milvus Python ORM SDK](https://github.com/milvus-io/pymilvu

|Milvus version| Recommended PyMilvus version | Recommended CLI version |
|:-----:|:-----:|:-----:|
| 1.0.* | 1.0.1 | x |
| 1.1.* | 1.1.2 | x |
| 2.0.0-RC1 | 2.0.0rc1 | x |
| 2.0.0-RC2 | 2.0.0rc2 | 0.1.3 |
| 2.0.0-RC4 | 2.0.0rc4 | 0.1.4 |
| 2.0.0-RC5 | 2.0.0rc5 | 0.1.5 |
| 2.0.0-RC6 | 2.0.0rc6 | 0.1.6 |
| 2.0.0-RC7 | 2.0.0rc7 | 0.1.7 |
<!-- | 2.0.0-RC8 | 2.0.0rc8 | 0.1.8 | -->
| 2.0.0-RC8 | 2.0.0rc8 | 0.1.8 |

*\*It should be noted that Milvus 2.0.0-RC7 is NOT compatible with previous versions of Milvus 2.0.0 because of some changes made to storage format.*

Expand All @@ -74,7 +67,7 @@ Milvus CLI based on [Milvus Python ORM SDK](https://github.com/milvus-io/pymilvu

### Install from PYPI(recommend)

`pip install milvus-cli==0.1.7`
`pip install milvus-cli==0.1.8`

### Install from release

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='milvus_cli',
version='0.1.8beta3',
version='0.1.8',
author='Milvus Team',
author_email='milvus-team@zilliz.com',
url='https://github.com/milvus-io/milvus_cli',
Expand Down

0 comments on commit caa3f9e

Please sign in to comment.