diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 31292512d18..5cd1cbc8f4c 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.2.2" +version = "0.2.3" description = "Building applications with LLMs through composability" authors = [] license = "MIT"