From 076dee974fe9abde9df71100c09be8e36a5da653 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:56:07 -0700 Subject: [PATCH] aws[patch]: Release 0.1.15 (#136) --- 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 f3b010cc..227a9e98 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.1.14" +version = "0.1.15" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"