diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml index 1fd00c14843fe4aa5e45c17ccf91796b522efb7f..b9d0fc834ab4c33313a279653e7f3bb4fc4b227c 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb/pyproject.toml @@ -24,7 +24,7 @@ description = "llama-index vector_stores mongodb integration" license = "MIT" name = "llama-index-vector-stores-mongodb" readme = "README.md" -version = "0.1.1" +version = "0.1.2" [tool.poetry.dependencies] python = ">=3.8.1,<3.12"