Skip to content

Commit 5dc8b20

Browse files
committed
version up
1 parent b56c235 commit 5dc8b20

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
@@ -32,7 +32,7 @@
3232
extra_compile_args=extra_compile_args),
3333
]
3434

35-
__version__ = '0.4.1'
35+
__version__ = '0.4.2'
3636
url = 'https://github.com/rusty1s/pytorch_sparse'
3737

3838
install_requires = ['scipy']

torch_sparse/__init__.py

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

8-
__version__ = '0.4.1'
8+
__version__ = '0.4.2'
99

1010
__all__ = [
1111
'__version__',

0 commit comments

Comments
 (0)