diff --git a/README.md b/README.md index b4cb108..580a047 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Repo for MGraph-AI ## Repo details -![Current Release](https://img.shields.io/badge/release-v0.4.9-blue) +![Current Release](https://img.shields.io/badge/release-v0.4.10-blue) diff --git a/mgraph_ai/version b/mgraph_ai/version index 4ea4ea4..6017c3d 100644 --- a/mgraph_ai/version +++ b/mgraph_ai/version @@ -1 +1 @@ -v0.4.9 +v0.4.10 diff --git a/pyproject.toml b/pyproject.toml index 9c83e6c..ce871fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mgraph_ai" -version = "v0.4.9" +version = "v0.4.10" description = "MGraph-AI" authors = ["Dinis Cruz "] license = "Apache 2.0"