Commit 10193084 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 7671fcb0
...@@ -73,7 +73,7 @@ tests_require = ['pytest', 'pytest-cov'] ...@@ -73,7 +73,7 @@ tests_require = ['pytest', 'pytest-cov']
setup( setup(
name='torch_sparse', name='torch_sparse',
version='1.0.0', version='0.5.0',
author='Matthias Fey', author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de', author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_sparse', url='https://github.com/rusty1s/pytorch_sparse',
......
...@@ -19,7 +19,7 @@ from .eye import eye ...@@ -19,7 +19,7 @@ from .eye import eye
from .spmm import spmm from .spmm import spmm
from .spspmm import spspmm from .spspmm import spspmm
__version__ = '1.0.0' __version__ = '0.5.0'
__all__ = [ __all__ = [
'SparseStorage', 'SparseStorage',
......
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