Skip to content

Commit

Permalink
Graph2vec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 29, 2020
1 parent 14833bb commit d86f254
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",
version = "0.45.1",
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_045.tar.gz",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_0451.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering", "embedding","network","deepwalk","graph2vec","node2vec","deep","learning"],
install_requires=[
"numpy",
Expand Down

0 comments on commit d86f254

Please sign in to comment.