From 9adc14d888e007b58417a263d3cb7f1fd5a625f5 Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Wed, 22 May 2024 09:28:22 -0700 Subject: [PATCH] Updated version to v0.1.5 --- 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 e5c20e5f..56a226ea 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.1.4" +version = "0.1.5" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"