Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Dec 5, 2019
1 parent 189babd commit ce6d679
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 @@ -2,13 +2,13 @@
setup(
name = "KarateClub",
packages = ["KarateClub"],
version = "0.2",
version = "0.3",
license = "MIT",
description = "A general purpose library for community detection research.",
author = "Benedek Rozemberczki",
author_email = "[email protected]",
url = "https://github.com/benedekrozemberczki/KarateClub",
download_url = "https://github.com/benedekrozemberczki/KarateClub/archive/v_02.tar.gz",
download_url = "https://github.com/benedekrozemberczki/KarateClub/archive/v_03.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering"],
install_requires=[
"numpy",
Expand Down

0 comments on commit ce6d679

Please sign in to comment.