Skip to content

Commit 972ee6e

Browse files
committed
Version up
1 parent fc012e0 commit 972ee6e

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

6767
setup(
6868
name='torch_scatter',
69-
version='2.0.0',
69+
version='2.0.1',
7070
author='Matthias Fey',
7171
author_email='[email protected]',
7272
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
@@ -9,7 +9,7 @@
99
from .composite import (scatter_std, scatter_logsumexp, scatter_softmax,
1010
scatter_log_softmax)
1111

12-
__version__ = '2.0.0'
12+
__version__ = '2.0.1'
1313

1414
__all__ = [
1515
'scatter_sum',

0 commit comments

Comments
 (0)