Skip to content

Commit

Permalink
WaveCharacteristic
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Sep 29, 2021
1 parent 1409b02 commit b111df2
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.2.1",
version="1.2.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_10201.tar.gz",
download_url="https://github.com/benedekrozemberczki/karateclub/archive/v_10202.tar.gz",
keywords=keywords,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit b111df2

Please sign in to comment.