From ae504f693ae7c1c0972307f2b985d893c1454591 Mon Sep 17 00:00:00 2001 From: Neo4j-GraphRAG GitHub Action Date: Thu, 12 Sep 2024 16:20:26 +0000 Subject: [PATCH] Bump version to 0.6.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca4d0f8..a855a484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 0.6.1 + ### Changed - Officially renamed neo4j-genai to neo4j-graphrag. For the final release version of neo4j-genai, please visit https://pypi.org/project/neo4j-genai/. diff --git a/pyproject.toml b/pyproject.toml index f49212a0..62abef8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "0.6.0" +version = "0.6.1" description = "Python package to allow easy integration to Neo4j's GenAI features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"