Skip to content

Commit

Permalink
0.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed May 7, 2020
1 parent 4da1928 commit b818052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name = "littleballoffur",
packages = find_packages(),
version = "0.0.1",
version = "0.0.2",
license = "MIT",
description = "A general purpose library for subsampling large graphs.",
author = "Benedek Rozemberczki",
author_email = "[email protected]",
url = "https://github.com/benedekrozemberczki/littleballoffur",
download_url = "https://github.com/benedekrozemberczki/littleballoffur/archive/v_00001.tar.gz",
download_url = "https://github.com/benedekrozemberczki/littleballoffur/archive/v_00002.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering","graph-sampling","sampling","random-walk","forest-fire", "embedding","network","deepwalk","graph2vec","node2vec","deep","learning","louvain","machine-learning","deep-learning","deeplearning"],
install_requires=[
"networkx",
Expand Down

0 comments on commit b818052

Please sign in to comment.