From c7ac0eb56294f552f3a20b3e08f44b592f8437fe Mon Sep 17 00:00:00 2001 From: yangxuan Date: Mon, 18 Mar 2024 18:52:09 +0800 Subject: [PATCH] fix: [cherry-pick]Update versions in readme to latest See also: #1974 Signed-off-by: yangxuan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0e8a544..29854890b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The following collection shows Milvus versions and recommended PyMilvus versions | 2.0.\* | 2.0.2 | | 2.1.\* | 2.1.3 | | 2.2.\* | 2.2.15 | -| 2.3.\* | 2.3.6 | +| 2.3.\* | 2.3.7 | ## Installation @@ -40,7 +40,7 @@ $ pip3 install pymilvus You can install a specific version of PyMilvus by: ```shell -$ pip3 install pymilvus==2.3.4 +$ pip3 install pymilvus==2.3.7 ``` You can upgrade PyMilvus to the latest version by: