From a72e9d14f08006007f717fb29add5cffffd937f8 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 5 Nov 2024 12:57:24 -0500 Subject: [PATCH] bump to 0.3 --- libs/partners/anthropic/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/anthropic/pyproject.toml b/libs/partners/anthropic/pyproject.toml index f3dccf5b667..064a12dc5d4 100644 --- a/libs/partners/anthropic/pyproject.toml +++ b/libs/partners/anthropic/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-anthropic" -version = "0.2.4" +version = "0.3.0" description = "An integration package connecting AnthropicMessages and LangChain" authors = [] readme = "README.md"