Skip to content

Commit

Permalink
Merge commit '0c8e5e72be198b59581f8d15b44d7ce193ab20b8' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Feb 2, 2025
2 parents ade5bef + 0c8e5e7 commit 972b1b9
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-DB: A Memory-based GraphDB for Python, GenAI, Semantic Web and Serverless

![Current Release](https://img.shields.io/badge/release-v0.13.0-blue)
![Current Release](https://img.shields.io/badge/release-v1.0.2-blue)

MGraph-DB is a high-performance, type-safe graph database implementation in Python, optimized for in-memory operations with JSON persistence. Its architecture makes it particularly well-suited for:

Expand Down
2 changes: 1 addition & 1 deletion mgraph_db/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.13.0
v1.0.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_db"
version = "v0.13.0"
version = "v1.0.2"
description = "MGraph-DB"
authors = ["Dinis Cruz <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 972b1b9

Please sign in to comment.