diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 18b61ab8de..b5279f6fbc 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.39" +version = "0.0.40" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index e04347f432..a1efe4d30f 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.333" +version = "0.0.334" description = "Building applications with LLMs through composability" authors = [] license = "MIT"