diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 1e3e70c10f6..6636fe0d460 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.2" +version = "0.0.3" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 88b2e0f7d0e..cc8d617c6e1 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.240" +version = "0.0.241" description = "Building applications with LLMs through composability" authors = [] license = "MIT"