From a49d38bb826419485cdd7cff998097eed98334f2 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Thu, 19 Sep 2024 16:18:55 -0400 Subject: [PATCH] increment version --- 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 0f6e2ab3..a5f80e9d 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.2.0" +version = "0.2.1" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"