diff --git a/setup.py b/setup.py index 34ac53cd..354d0b92 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ ['cuda/rw.cpp', 'cuda/rw_kernel.cu']), ] -__version__ = '1.4.0' +__version__ = '1.4.1' url = 'https://github.com/rusty1s/pytorch_cluster' install_requires = ['scipy'] diff --git a/torch_cluster/__init__.py b/torch_cluster/__init__.py index 14e0d472..3dccfd28 100644 --- a/torch_cluster/__init__.py +++ b/torch_cluster/__init__.py @@ -7,7 +7,7 @@ from .sampler import neighbor_sampler from .rw import random_walk -__version__ = '1.4.0' +__version__ = '1.4.1' __all__ = [ 'graclus_cluster',