From 92e9d4fa6780d35c503b72b277de4095be7db98d Mon Sep 17 00:00:00 2001 From: Bryan Perozzi Date: Fri, 19 Sep 2014 14:07:04 -0400 Subject: [PATCH] changing version info --- HISTORY.rst | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 8a83549..524fdab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,13 @@ History ------- +1.0.0 (2014-09-19) +--------------------- + +* Added utilities to support generated embeddings for larger graphs +* Support for additional input file formats + 1.0.0 (2014-08-24) --------------------- -* First release on PyPI. \ No newline at end of file +* First release on PyPI. diff --git a/setup.py b/setup.py index dc362ff..b93bfd3 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = [ setup( name='deepwalk', - version='1.0.0', + version='1.0.1', description='DeepWalk online learning of social representations.', long_description=readme + '\n\n' + history, author='Bryan Perozzi', -- GitLab