From edcbc1e0c5f575450d22a6ee3544b7a6ca82dbfb Mon Sep 17 00:00:00 2001 From: Alex Thomas Date: Tue, 26 Nov 2024 10:15:56 +0000 Subject: [PATCH] Updated pyproject.toml --- libs/neo4j/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/neo4j/pyproject.toml b/libs/neo4j/pyproject.toml index 9332ce9..c141520 100644 --- a/libs/neo4j/pyproject.toml +++ b/libs/neo4j/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-neo4j" -version = "0.1.0" +version = "0.1.1" description = "An integration package connecting Neo4j and LangChain" authors = [] readme = "README.md"