Skip to content

Commit

Permalink
Updated version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Sep 26, 2018
1 parent 565d581 commit 4b9d8ed
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 .node2vec import Node2Vec
from . import edges

__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='node2vec',
packages=['node2vec'],
version='0.2.0',
version='0.2.1',
description='Implementation of the node2vec algorithm.',
author='Elior Cohen',
author_email='[email protected]',
Expand Down

0 comments on commit 4b9d8ed

Please sign in to comment.