diff --git a/HISTORY.rst b/HISTORY.rst index 8a835492d733f684afb16875191f66929cfc1511..524fdab9d79ca368665b2d00d18a116c241bbc8e 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 dc362ff7f1e5e4ffcb360d9c8331a2ca2b30f0dc..b93bfd321476905f2327399fb7cfeda3676b7f51 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',