Commit c31915e1 authored by rusty1s's avatar rusty1s
Browse files

version up

parent d790f1ca
......@@ -25,7 +25,7 @@ if CUDA_HOME is not None:
['cuda/scatter.cpp', 'cuda/scatter_kernel.cu'])
]
__version__ = '1.3.2'
__version__ = '1.4.0'
url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires = []
......
......@@ -9,7 +9,7 @@ from .min import scatter_min
from .logsumexp import scatter_logsumexp
import torch_scatter.composite
__version__ = '1.3.2'
__version__ = '1.4.0'
__all__ = [
'scatter_add',
......
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