diff --git a/pyproject.toml b/pyproject.toml index d6b7a1f..8e61094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "node2vec" -version = "0.4.5" +version = "0.4.6" description = "Implementation of the node2vec algorithm" authors = ["elior "] repository = "https://github.com/eliorc/node2vec"