diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index b2e8a2f267..d8fea91372 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.1.25" +version = "0.1.26" description = "Building applications with LLMs through composability" authors = [] license = "MIT"