From 64c3f4a98ded66ee63912739a7d9c6cbd9778af0 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 5 Apr 2024 09:43:31 -0700 Subject: [PATCH] release: 0.1.0rc0 --- 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 8f6e4763..a50748d8 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.0rc0" description = "An integration package connecting AWS and LangChain" authors = [] readme = "README.md"