Skip to content

Commit

Permalink
Role2Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Feb 11, 2020
1 parent a97cf4c commit cf44453
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.2",
version = "0.45.3",
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_0452.tar.gz",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_0453.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering", "embedding","network","deepwalk","graph2vec","node2vec","deep","learning"],
install_requires=[
"numpy",
Expand Down

0 comments on commit cf44453

Please sign in to comment.