From f899f43d2c4b2af72c0a0a3aa323307ad946c8bb Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Tue, 23 Apr 2024 19:21:46 -0700 Subject: [PATCH] Update version to 0.1.1 --- 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 c7954b88..f89493c2 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.1.0" +version = "0.1.1" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"