Skip to content

Commit 9bc8aa9

Browse files
committed
version up
1 parent de6a9fd commit 9bc8aa9

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
import torch
33
from torch.utils.cpp_extension import BuildExtension, CUDAExtension
44

5-
__version__ = '0.2.1'
5+
__version__ = '0.2.2'
66
url = 'https://github.com/rusty1s/pytorch_sparse'
77

88
install_requires = ['scipy']

torch_sparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .spmm import spmm
55
from .spspmm import spspmm
66

7-
__version__ = '0.2.1'
7+
__version__ = '0.2.2'
88

99
__all__ = [
1010
'__version__',

0 commit comments

Comments
 (0)