Skip to content

Commit

Permalink
KC
Browse files Browse the repository at this point in the history
benedekrozemberczki committed Aug 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3b0768a commit 7183321
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
@@ -43,13 +43,13 @@
setup(
name = "karateclub",
packages = find_packages(),
version = "1.2.0",
version = "1.2.1",
license = "GPLv3",
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_10200.tar.gz",
download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_10201.tar.gz",
keywords = keywords,
install_requires = install_requires,
setup_requires = setup_requires,

0 comments on commit 7183321

Please sign in to comment.