From 22fd6d3dfc1da7d130c81f85e11531d2341c4c1b Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Tue, 7 May 2024 18:28:46 -0700 Subject: [PATCH] Updated version to v0.1.3. --- 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 ea5a6862..173be134 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.1.2" +version = "0.1.3" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"