Skip to content

Commit 3b17829

Browse files
committed
version up
1 parent ece31b2 commit 3b17829

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
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
__version__ = '1.0.0'
5+
__version__ = '1.0.1'
66
url = 'https://github.com/rusty1s/pytorch_scatter'
77

88
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 .max import scatter_max
77
from .min import scatter_min
88

9-
__version__ = '1.0.0'
9+
__version__ = '1.0.1'
1010

1111
__all__ = [
1212
'scatter_add', 'scatter_sub', 'scatter_mul', 'scatter_div', 'scatter_mean',

0 commit comments

Comments
 (0)