From 95794e1c91bc5431a2fec80b21cc7a95d5480421 Mon Sep 17 00:00:00 2001 From: Piyush Jain Date: Mon, 21 Oct 2024 19:18:50 -0700 Subject: [PATCH] Updates version to v0.2.3 (#249) Updates version to v0.2.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 81b583c5..d12c84f6 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-aws" -version = "0.2.2" +version = "0.2.3" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"