Skip to content

Commit c31915e

Browse files
committed
version up
1 parent d790f1c commit c31915e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
['cuda/scatter.cpp', 'cuda/scatter_kernel.cu'])
2626
]
2727

28-
__version__ = '1.3.2'
28+
__version__ = '1.4.0'
2929
url = 'https://github.com/rusty1s/pytorch_scatter'
3030

3131
install_requires = []

torch_scatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .logsumexp import scatter_logsumexp
1010
import torch_scatter.composite
1111

12-
__version__ = '1.3.2'
12+
__version__ = '1.4.0'
1313

1414
__all__ = [
1515
'scatter_add',

0 commit comments

Comments
 (0)