From 2b8d9055959efc0cd3e68e13dc5c546bba82de2b Mon Sep 17 00:00:00 2001 From: Bagatur Date: Thu, 20 Jun 2024 18:19:51 -0700 Subject: [PATCH] aws[patch]: Release 0.1.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 ebd345de..7c34a6e0 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.1.6" +version = "0.1.7" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"