Skip to content

Commit 2e3155c

Browse files
committed
version up [skip-ci]
1 parent b1853b6 commit 2e3155c

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

8181
setup(
8282
name='torch_sparse',
83-
version='0.6.2',
83+
version='0.6.3',
8484
author='Matthias Fey',
8585
author_email='matthias.fey@tu-dortmund.de',
8686
url='https://github.com/rusty1s/pytorch_sparse',

torch_sparse/__init__.py

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

44
import torch
55

6-
__version__ = '0.6.2'
6+
__version__ = '0.6.3'
77

88
for library in [
99
'_version', '_convert', '_diag', '_spmm', '_spspmm', '_metis', '_rw',

0 commit comments

Comments
 (0)