diff --git a/README.md b/README.md index b35304b..b8f2b6f 100644 --- a/README.md +++ b/README.md @@ -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 | *\*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.* @@ -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 diff --git a/setup.py b/setup.py index 1dcbacc..221bd0e 100644 --- a/setup.py +++ b/setup.py @@ -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',