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 361e33b commit f6623b7Copy full SHA for f6623b7
node2vec/__init__.py
@@ -1,4 +1,4 @@
1
from . import edges
2
from .node2vec import Node2Vec
3
4
-__version__ = '0.4.0'
+__version__ = '0.4.1'
setup.py
@@ -3,7 +3,7 @@
setup(
name='node2vec',
5
packages=['node2vec'],
6
- version='0.4.0',
+ version='0.4.1',
7
description='Implementation of the node2vec algorithm.',
8
author='Elior Cohen',
9
author_email='elior.cohen.p@gmail.com',
@@ -17,4 +17,4 @@
17
'joblib>=0.13.2'
18
],
19
keywords=['machine learning', 'embeddings'],
20
-)
+)
0 commit comments