We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347e1b7 commit 3fc2f3fCopy full SHA for 3fc2f3f
2 files changed
node2vec/__init__.py
@@ -2,4 +2,4 @@
2
from .node2vec import Node2Vec
3
from importlib import metadata
4
5
-__version__ = metadata.version('node2vec')
+__version__ = metadata.version('node2vec')
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "node2vec"
-version = "0.4.4"
+version = "0.4.5"
description = "Implementation of the node2vec algorithm"
authors = ["elior <elior.cohen.p@gmail.com>"]
6
repository = "https://github.com/eliorc/node2vec"
0 commit comments