Skip to content

Commit 35e9759

Browse files
committed
version up
1 parent 972ee6e commit 35e9759

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
include LICENSE
22

3-
recursive-include cpu *
4-
recursive-include cuda *
3+
recursive-include csrc *

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.1',
69+
version='2.0.2',
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.1'
12+
__version__ = '2.0.2'
1313

1414
__all__ = [
1515
'scatter_sum',

0 commit comments

Comments
 (0)