From 31c25d4263b67ec47d66d64e88417b0dd9da145e Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Fri, 11 Oct 2024 18:59:26 +0200 Subject: [PATCH] bump to 0.5.1 (#97) --- libs/astradb/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/astradb/pyproject.toml b/libs/astradb/pyproject.toml index ed308f4..09ae3c2 100644 --- a/libs/astradb/pyproject.toml +++ b/libs/astradb/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-astradb" -version = "0.5.0" +version = "0.5.1" description = "An integration package connecting Astra DB and LangChain" authors = [] readme = "README.md"