Skip to content

Commit 13e57de

Browse files
committed
Version up
1 parent b8a3c55 commit 13e57de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_scatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .max import scatter_max
88
from .min import scatter_min
99

10-
__version__ = '1.3.1'
10+
__version__ = '1.3.2'
1111

1212
__all__ = [
1313
'scatter_add',

0 commit comments

Comments
 (0)