We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0768a commit 7183321Copy full SHA for 7183321
1 file changed
setup.py
@@ -43,13 +43,13 @@
43
setup(
44
name = "karateclub",
45
packages = find_packages(),
46
- version = "1.2.0",
+ version = "1.2.1",
47
license = "GPLv3",
48
description = "A general purpose library for community detection, network embedding, and graph mining research.",
49
author = "Benedek Rozemberczki",
50
author_email = "benedek.rozemberczki@gmail.com",
51
url = "https://github.com/benedekrozemberczki/karateclub",
52
- download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_10200.tar.gz",
+ download_url = "https://github.com/benedekrozemberczki/karateclub/archive/v_10201.tar.gz",
53
keywords = keywords,
54
install_requires = install_requires,
55
setup_requires = setup_requires,
0 commit comments