Skip to content

Commit

Permalink
Graph2Vec Seed fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 27, 2020
1 parent ac385cc commit 67c3d2c
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.44",
version = "0.45",
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_044.tar.gz",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_045.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering", "embedding","network","deepwalk","graph2vec","node2vec","deep","learning"],
install_requires=[
"numpy",
Expand Down

0 comments on commit 67c3d2c

Please sign in to comment.