Skip to content

Commit

Permalink
FSCNMF
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 20, 2020
1 parent 99197f2 commit 25c585e
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.41",
version = "0.42",
license = "MIT",
description = "A general purpose library for community detection and graph embedding research.",
author = "Benedek Rozemberczki",
author_email = "[email protected]",
url = "https://github.com/benedekrozemberczki/karateclub",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_041.tar.gz",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_042.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering", "embedding","network","deepwalk","graph2vec","node2vec"],
install_requires=[
"numpy",
Expand Down

0 comments on commit 25c585e

Please sign in to comment.