Skip to content

Commit

Permalink
Merge commit '565b2c1eaaed1e7ba35b6b13b0db9353a6171297' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jan 29, 2025
2 parents 5aeb57d + 565b2c1 commit 088cd87
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.11.1-blue)
![Current Release](https://img.shields.io/badge/release-v0.11.2-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.11.1
v0.11.2
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.11.1"
version = "v0.11.2"
description = "MGraph-AI"
authors = ["Dinis Cruz <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 088cd87

Please sign in to comment.