diff --git a/README.md b/README.md index 4704eacb4..ce10e7910 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following collection shows Milvus versions and recommended PyMilvus versions | 2.1.\* | 2.1.3 | | 2.2.\* | 2.2.15 | | 2.3.\* | 2.3.7 | -| 2.4.\* | 2.4.0 | +| 2.4.\* | 2.4.4 | ## Installation @@ -43,7 +43,7 @@ $ pip3 install pymilvus[bulk_writer] # for bulk_writer You can install a specific version of PyMilvus by: ```shell -$ pip3 install pymilvus==2.3.7 +$ pip3 install pymilvus==2.4.4 ``` You can upgrade PyMilvus to the latest version by: