From f4362b41b125edc351e51e8672b591efa65a7544 Mon Sep 17 00:00:00 2001 From: Neo4j-GraphRAG GitHub Action Date: Tue, 8 Oct 2024 10:20:46 +0000 Subject: [PATCH] Bump version to 1.0.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f76d01..a1bcd2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next +## 1.0.0 + ### Fixed - Fix a bug where `openai` Python client and `numpy` were required to import any embedder or LLM. diff --git a/pyproject.toml b/pyproject.toml index 256c2389..7b989099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-graphrag" -version = "1.0.0a1" +version = "1.0.0" description = "Python package to allow easy integration to Neo4j's GraphRAG features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"