Skip to content

Commit 47913e2

Browse files
committed
version bump
1 parent 4401a4f commit 47913e2

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
@@ -4,7 +4,7 @@
44

55
import build # noqa
66

7-
__version__ = '0.1.2'
7+
__version__ = '0.1.3'
88
url = 'https://github.com/rusty1s/pytorch_scatter'
99

1010
install_requires = ['cffi']

torch_scatter/__init__.py

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

9-
__version__ = '0.1.2'
9+
__version__ = '0.1.3'
1010

1111
__all__ = [
1212
'scatter_add_', 'scatter_add', 'scatter_sub_', 'scatter_sub',

0 commit comments

Comments
 (0)