From 839940d6acd744427c81f1dd8303835fcf5c2ea1 Mon Sep 17 00:00:00 2001 From: elior Date: Mon, 1 Aug 2022 14:33:22 +0300 Subject: [PATCH] :bookmark: Bump version to 0.4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"