From 76445b38466f53369a524bf0d68d5859c52d0d0c Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:57:11 -0400 Subject: [PATCH] aws[patch]: Release 0.1.9 (#93) --- 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 64229e61..0a696e29 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.1.8" +version = "0.1.9" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"