Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Apr 2, 2021
1 parent bbcf376 commit d61531d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1'
__version__ = '0.4.2'
2 changes: 1 addition & 1 deletion 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.1',
version='0.4.2',
description='Implementation of the node2vec algorithm.',
author='Elior Cohen',
author_email='[email protected]',
Expand Down

0 comments on commit d61531d

Please sign in to comment.