From f63a3752bfc44099bb7a71139e4354623174ee74 Mon Sep 17 00:00:00 2001 From: Neo4j-GraphRAG GitHub Action Date: Fri, 4 Oct 2024 14:38:55 +0000 Subject: [PATCH] Bump version to 1.0.0a1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1eea496..cb7d74f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 1.0.0a1 + ## 1.0.0a0 - Added `SinglePropertyExactMatchResolver` component allowing to merge entities with exact same property (e.g. name) diff --git a/pyproject.toml b/pyproject.toml index 8d1205edc..256c2389e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "1.0.0a0" +version = "1.0.0a1" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"