Skip to content

Commit

Permalink
Fixed error on installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Oct 3, 2018
1 parent b04e572 commit 2ccc817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Python3 implementation of the node2vec algorithm Aditya Grover, Jure Leskovec an

## Changes:

New in `0.2.1`:
New in `0.2.2`:

Added edge embedding functionality. Module `node2vec.edges`.
(Fixed error upon installation)

## Installation

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from distutils.core import setup
import node2vec

setup(
name='node2vec',
packages=['node2vec'],
version='0.2.1',
version='0.2.2',
description='Implementation of the node2vec algorithm.',
author='Elior Cohen',
author_email='[email protected]',
Expand Down

0 comments on commit 2ccc817

Please sign in to comment.