From 363553ab258c57806266a0889aed2e2942e1adfa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 15 Jan 2025 01:21:02 +0000 Subject: [PATCH] Update release badge and version file --- README.md | 2 +- mgraph_ai/version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"