Skip to content

Commit 22246e2

Browse files
committed
version up
1 parent cf8cf0c commit 22246e2

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
@@ -63,7 +63,7 @@ def get_extensions():
6363

6464
setup(
6565
name='torch_scatter',
66-
version='2.0.3',
66+
version='2.0.4',
6767
author='Matthias Fey',
6868
author_email='[email protected]',
6969
url='https://github.com/rusty1s/pytorch_scatter',

torch_scatter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import torch
66

7-
__version__ = '2.0.3'
7+
__version__ = '2.0.4'
88
expected_torch_version = (1, 4)
99

1010
try:

0 commit comments

Comments
 (0)