Skip to content

Commit

Permalink
NetLSD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Feb 25, 2020
1 parent e421b9c commit f43164d
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 = "karateclub",
packages = find_packages(),
version = "0.45.19",
version = "0.45.20",
license = "MIT",
description = "A general purpose library for community detection, network embedding, and graph mining research.",
author = "Benedek Rozemberczki",
author_email = "[email protected]",
url = "https://github.com/benedekrozemberczki/karateclub",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_04519.tar.gz",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_04520.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering", "embedding","network","deepwalk","graph2vec","node2vec","deep","learning"],
install_requires=[
"numpy",
Expand Down

0 comments on commit f43164d

Please sign in to comment.