diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index c3fc7e8e02..51669e46f5 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.9" +version = "0.0.10" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 8c775792fd..7cd99962b7 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.266" +version = "0.0.267" description = "Building applications with LLMs through composability" authors = [] license = "MIT"