Skip to content

Commit

Permalink
version up [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 11, 2020
1 parent b1853b6 commit 2e3155c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_extensions():

setup(
name='torch_sparse',
version='0.6.2',
version='0.6.3',
author='Matthias Fey',
author_email='[email protected]',
url='https://github.com/rusty1s/pytorch_sparse',
Expand Down
2 changes: 1 addition & 1 deletion torch_sparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import torch

__version__ = '0.6.2'
__version__ = '0.6.3'

for library in [
'_version', '_convert', '_diag', '_spmm', '_spspmm', '_metis', '_rw',
Expand Down

0 comments on commit 2e3155c

Please sign in to comment.