Skip to content

Commit f3cca2b

Browse files
SB
1 parent 891d1b8 commit f3cca2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
setup(
55
name = "littleballoffur",
66
packages = find_packages(),
7-
version = "0.0.6",
7+
version = "0.0.7",
88
license = "MIT",
99
description = "A general purpose library for subsampling large graphs.",
1010
author = "Benedek Rozemberczki",
1111
author_email = "benedek.rozemberczki@gmail.com",
1212
url = "https://github.com/benedekrozemberczki/littleballoffur",
13-
download_url = "https://github.com/benedekrozemberczki/littleballoffur/archive/v_00006.tar.gz",
13+
download_url = "https://github.com/benedekrozemberczki/littleballoffur/archive/v_00007.tar.gz",
1414
keywords = ["community", "detection", "networkx", "graph", "clustering",
1515
"graph-sampling", "sampling", "random-walk", "forest-fire",
1616
"embedding", "network", "deepwalk", "graph2vec", "node2vec",

0 commit comments

Comments
 (0)