Skip to content

Commit f589988

Browse files
committed
🔖 Bump version
1 parent 91442fb commit f589988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node2vec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import edges
22
from .node2vec import Node2Vec
33

4-
__version__ = '0.4.2'
4+
__version__ = '0.4.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='node2vec',
55
packages=['node2vec'],
6-
version='0.4.2',
6+
version='0.4.3',
77
description='Implementation of the node2vec algorithm.',
88
author='Elior Cohen',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)