Skip to content

Commit

Permalink
Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Aug 11, 2022
1 parent ff89009 commit d2ad15f
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 @@ -46,13 +46,13 @@
setup(
name="karateclub",
packages=find_packages(),
version="1.3.0",
version="1.3.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_10300.tar.gz",
download_url="https://github.com/benedekrozemberczki/karateclub/archive/v_10301.tar.gz",
keywords=keywords,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit d2ad15f

Please sign in to comment.