Skip to content

Commit

Permalink
new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Dec 5, 2019
1 parent a646988 commit e77aff8
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.1",
version = "0.2",
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_01.tar.gz",
download_url = "https://github.com/benedekrozemberczki/KarateClub/archive/v_02.tar.gz",
keywords = ["community", "detection", "networkx", "graph", "clustering"],
install_requires=[
"numpy",
Expand Down

0 comments on commit e77aff8

Please sign in to comment.