Commit 5dc8b205 authored by rusty1s's avatar rusty1s
Browse files

version up

parent b56c2359
...@@ -32,7 +32,7 @@ if CUDA_HOME is not None: ...@@ -32,7 +32,7 @@ if CUDA_HOME is not None:
extra_compile_args=extra_compile_args), extra_compile_args=extra_compile_args),
] ]
__version__ = '0.4.1' __version__ = '0.4.2'
url = 'https://github.com/rusty1s/pytorch_sparse' url = 'https://github.com/rusty1s/pytorch_sparse'
install_requires = ['scipy'] install_requires = ['scipy']
......
...@@ -5,7 +5,7 @@ from .eye import eye ...@@ -5,7 +5,7 @@ from .eye import eye
from .spmm import spmm from .spmm import spmm
from .spspmm import spspmm from .spspmm import spspmm
__version__ = '0.4.1' __version__ = '0.4.2'
__all__ = [ __all__ = [
'__version__', '__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