Skip to content

Commit

Permalink
KC
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Sep 4, 2022
1 parent 0207731 commit 7f516ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion karateclub/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Contains the version of Karate Club."""

__version__ = "1.3.1"
__version__ = "1.3.2"
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.1",
version="1.3.2",
license="GPLv3",
description="A general purpose library for community detection, network embedding, and graph mining research.",
author="Benedek Rozemberczki",
author_email="benedek.rozemberczki@gmail.com",
url="https://github.com/benedekrozemberczki/karateclub",
download_url="https://github.com/benedekrozemberczki/karateclub/archive/v_10301.tar.gz",
download_url="https://github.com/benedekrozemberczki/karateclub/archive/v_10302.tar.gz",
keywords=keywords,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit 7f516ec

Please sign in to comment.