Skip to content

Commit

Permalink
Update release badge and version file
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 2, 2025
1 parent 76d5e32 commit a267a66
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.12.0-blue)
![Current Release](https://img.shields.io/badge/release-v0.12.1-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.12.0
v0.12.1
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.12.0"
version = "v0.12.1"
description = "MGraph-DB"
authors = ["Dinis Cruz <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit a267a66

Please sign in to comment.