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