From 8b42d0226a3765ce9f6d261bc3cf00bab5ef2b79 Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Thu, 24 Oct 2024 17:32:29 -0700 Subject: [PATCH] Updates version to v0.2.4 (#255) Updates version to v0.2.4 --- libs/aws/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/aws/pyproject.toml b/libs/aws/pyproject.toml index d12c84f6..86ff07b6 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.2.3" +version = "0.2.4" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"