diff --git a/setup.py b/setup.py index 1f262d6..15e8d4d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='node2vec', packages=['node2vec'], - version='0.2.2', + version='0.3.0', description='Implementation of the node2vec algorithm.', author='Elior Cohen', author_email='elior.cohen.p@gmail.com',