From f527e6ec42e3f38685ca45ba76bc63c6a5639931 Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Tue, 3 Dec 2024 18:44:42 -0800 Subject: [PATCH] Update pyproject.toml to v0.2.9 (#296) --- 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 c24dd195..a7b30938 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.2.8" +version = "0.2.9" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"