diff --git a/README.md b/README.md index cbb7b47..3f95288 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.27-blue) +![Current Release](https://img.shields.io/badge/release-v0.5.28-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 29982e2..82da7ff 100644 --- a/mgraph_ai/version +++ b/mgraph_ai/version @@ -1 +1 @@ -v0.5.27 +v0.5.28 diff --git a/pyproject.toml b/pyproject.toml index c0353cf..e980547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mgraph_ai" -version = "v0.5.27" +version = "v0.5.28" description = "MGraph-AI" authors = ["Dinis Cruz "] license = "Apache 2.0"