diff --git a/README.md b/README.md index 97308fb..87f04c3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ poetry install - install with pip: ```shell -pip install pyobvector==0.1.16 +pip install pyobvector==0.1.17 ``` ## Build Doc diff --git a/pyproject.toml b/pyproject.toml index e20b751..01ab995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyobvector" -version = "0.1.16" +version = "0.1.17" description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API." authors = ["shanhaikang.shk "] readme = "README.md"