Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Nov 28, 2020
1 parent 7498869 commit 8f73ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions node2vec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .node2vec import Node2Vec
from . import edges
from .node2vec import Node2Vec

__version__ = '0.3.3'
__version__ = '0.4.0'
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.3.3',
version='0.4.0',
description='Implementation of the node2vec algorithm.',
author='Elior Cohen',
author_email='elior.cohen.p@gmail.com',
Expand Down

0 comments on commit 8f73ca5

Please sign in to comment.