We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91442fb commit f589988Copy full SHA for f589988
node2vec/__init__.py
@@ -1,4 +1,4 @@
1
from . import edges
2
from .node2vec import Node2Vec
3
4
-__version__ = '0.4.2'
+__version__ = '0.4.3'
setup.py
@@ -3,7 +3,7 @@
setup(
name='node2vec',
5
packages=['node2vec'],
6
- version='0.4.2',
+ version='0.4.3',
7
description='Implementation of the node2vec algorithm.',
8
author='Elior Cohen',
9
author_email='elior.cohen.p@gmail.com',
0 commit comments