Skip to content

Commit

Permalink
fix: [cherry-pick]Update versions in readme to latest (#1978)
Browse files Browse the repository at this point in the history
See also: #1974

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Mar 18, 2024
1 parent 2110394 commit 4b9741a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4b9741a

Please sign in to comment.