diff --git a/docs/docs_skeleton/vercel.json b/docs/docs_skeleton/vercel.json index 73c29d5221..91bdea5b4e 100644 --- a/docs/docs_skeleton/vercel.json +++ b/docs/docs_skeleton/vercel.json @@ -1078,7 +1078,7 @@ }, { "source": "/docs/ecosystem/integrations/", - "destination": "/docs/integrations/providers/" + "destination": "/docs/integrations/" }, { "source": "/docs/ecosystem/integrations/:path*", diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 6636fe0d46..1e3e70c10f 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.3" +version = "0.0.2" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index cc8d617c6e..88b2e0f7d0 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.241" +version = "0.0.240" description = "Building applications with LLMs through composability" authors = [] license = "MIT"