Commit 65a43ac7 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 2f84fce1
......@@ -29,7 +29,7 @@ if CUDA_HOME is not None:
['cuda/rw.cpp', 'cuda/rw_kernel.cu']),
]
__version__ = '1.4.3'
__version__ = '1.4.4'
url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['scipy']
......
......@@ -7,7 +7,7 @@ from .radius import radius, radius_graph
from .rw import random_walk
from .sampler import neighbor_sampler
__version__ = '1.4.3'
__version__ = '1.4.4'
__all__ = [
'graclus_cluster',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment