Skip to content

Commit e8aa000

Browse files
committed
Merge branch 'master' of github.com:rusty1s/pytorch_sparse
2 parents cb401a9 + 1caa0a7 commit e8aa000

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include LICENSE
2+
recursive-include cpu *
23
recursive-include cuda *

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.2'
35+
__version__ = '0.4.3'
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.2'
8+
__version__ = '0.4.3'
99

1010
__all__ = [
1111
'__version__',

0 commit comments

Comments
 (0)