From 988a24129b2845c67eb63283d016d0259be55ee2 Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Thu, 7 Nov 2024 16:58:41 -0800 Subject: [PATCH] Updates version to 0.2.7 Updates version to 0.2.7 --- 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 0c0aa2f..fd06cd4 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.2.6" +version = "0.2.7" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"