We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8cf0c commit 22246e2Copy full SHA for 22246e2
setup.py
@@ -63,7 +63,7 @@ def get_extensions():
63
64
setup(
65
name='torch_scatter',
66
- version='2.0.3',
+ version='2.0.4',
67
author='Matthias Fey',
68
author_email='[email protected]',
69
url='https://github.com/rusty1s/pytorch_scatter',
torch_scatter/__init__.py
@@ -4,7 +4,7 @@
4
5
import torch
6
7
-__version__ = '2.0.3'
+__version__ = '2.0.4'
8
expected_torch_version = (1, 4)
9
10
try:
0 commit comments