diff --git a/README.md b/README.md index a778a09..aef0bb0 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/mgraph_db/version b/mgraph_db/version index 6345c21..570c796 100644 --- a/mgraph_db/version +++ b/mgraph_db/version @@ -1 +1 @@ -v0.13.0 +v1.0.2 diff --git a/pyproject.toml b/pyproject.toml index 2b33375..dec9d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mgraph_db" -version = "v0.13.0" +version = "v1.0.2" description = "MGraph-DB" authors = ["Dinis Cruz "] license = "Apache 2.0"