diff --git a/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml b/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml index 679f452e90682..74a5f664987f0 100644 --- a/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml +++ b/llama-index-integrations/indices/llama-index-indices-managed-vectara/pyproject.toml @@ -31,7 +31,7 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-indices-managed-vectara" readme = "README.md" -version = "0.1.4" +version = "0.1.5" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml b/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml index 6a01d6d02f806..b1b467aec40c0 100644 --- a/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml +++ b/llama-index-integrations/readers/llama-index-readers-gcs/pyproject.toml @@ -29,7 +29,7 @@ license = "MIT" maintainers = ["nfiacco"] name = "llama-index-readers-gcs" readme = "README.md" -version = "0.1.6" +version = "0.1.7" [tool.poetry.dependencies] python = ">=3.8.1,<4.0"