Skip to content

Commit

Permalink
Assertion fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jul 5, 2020
1 parent 5876cb5 commit 1fa68b2
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 @@ -10,13 +10,13 @@
setup(
name = "littleballoffur",
packages = find_packages(),
version = "1.0.0",
version = "1.0.1",
license = "MIT",
description = "A general purpose library for subsampling large graphs.",
author = "Benedek Rozemberczki",
author_email = "benedek.rozemberczki@gmail.com",
url = "https://github.com/benedekrozemberczki/littleballoffur",
download_url = "https://github.com/benedekrozemberczki/littleballoffur/archive/v_10000.tar.gz",
download_url = "https://github.com/benedekrozemberczki/littleballoffur/archive/v_10001.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering",
"graph-sampling", "sampling", "random-walk", "forest-fire",
"embedding", "network", "deepwalk", "graph2vec", "node2vec",
Expand Down

0 comments on commit 1fa68b2

Please sign in to comment.