Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Jan 9, 2021
1 parent 361e33b commit f6623b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node2vec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import edges
from .node2vec import Node2Vec

__version__ = '0.4.0'
__version__ = '0.4.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='node2vec',
packages=['node2vec'],
version='0.4.0',
version='0.4.1',
description='Implementation of the node2vec algorithm.',
author='Elior Cohen',
author_email='elior.cohen.p@gmail.com',
Expand All @@ -17,4 +17,4 @@
'joblib>=0.13.2'
],
keywords=['machine learning', 'embeddings'],
)
)

0 comments on commit f6623b7

Please sign in to comment.