Skip to content

Commit

Permalink
Merge commit 'd8f876fff80364267af8c29ab760a8d69eacfc22' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jan 14, 2025
2 parents c01495a + d8f876f commit ada20eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mgraph_ai/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.25
v0.5.26
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mgraph_ai"
version = "v0.5.25"
version = "v0.5.26"
description = "MGraph-AI"
authors = ["Dinis Cruz <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit ada20eb

Please sign in to comment.