diff --git a/README.md b/README.md index 4a360ed..f7f1b65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MGraph-AI - A Memory-based GraphDB for GenAI, Semantic Web and Serverless -![Current Release](https://img.shields.io/badge/release-v0.5.25-blue) +![Current Release](https://img.shields.io/badge/release-v0.5.26-blue) MGraph-AI is a lightweight, memory-first graph database implementation in Python, designed specifically for AI, semantic web, and serverless applications. What sets it apart is its focus on in-memory performance while maintaining persistence through diff --git a/mgraph_ai/version b/mgraph_ai/version index 4961438..db95a17 100644 --- a/mgraph_ai/version +++ b/mgraph_ai/version @@ -1 +1 @@ -v0.5.25 +v0.5.26 diff --git a/pyproject.toml b/pyproject.toml index 58da0c1..55ab62d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mgraph_ai" -version = "v0.5.25" +version = "v0.5.26" description = "MGraph-AI" authors = ["Dinis Cruz "] license = "Apache 2.0"