Commit e8aa000a authored by rusty1s's avatar rusty1s
Browse files

Merge branch 'master' of github.com:rusty1s/pytorch_sparse

parents cb401a94 1caa0a7c
include LICENSE
recursive-include cpu *
recursive-include cuda *
......@@ -32,7 +32,7 @@ if CUDA_HOME is not None:
extra_compile_args=extra_compile_args),
]
__version__ = '0.4.2'
__version__ = '0.4.3'
url = 'https://github.com/rusty1s/pytorch_sparse'
install_requires = ['scipy']
......
......@@ -5,7 +5,7 @@ from .eye import eye
from .spmm import spmm
from .spspmm import spspmm
__version__ = '0.4.2'
__version__ = '0.4.3'
__all__ = [
'__version__',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment