"torchvision/vscode:/vscode.git/clone" did not exist on "1d6a259ccffb37b6b3a6bfb3844e9054adec5e1e"
Commit 70249ef7 authored by rusty1s's avatar rusty1s
Browse files

version update

parent 7da1c4c1
...@@ -2,7 +2,7 @@ import torch ...@@ -2,7 +2,7 @@ import torch
from setuptools import setup, find_packages from setuptools import setup, find_packages
from torch.utils.cpp_extension import BuildExtension, CUDAExtension from torch.utils.cpp_extension import BuildExtension, CUDAExtension
__version__ = '0.1.0' __version__ = '0.2.0'
url = 'https://github.com/rusty1s/pytorch_sparse' url = 'https://github.com/rusty1s/pytorch_sparse'
install_requires = ['numpy', 'scipy'] install_requires = ['numpy', 'scipy']
......
...@@ -2,7 +2,10 @@ from .coalesce import coalesce ...@@ -2,7 +2,10 @@ from .coalesce import coalesce
from .transpose import transpose from .transpose import transpose
from .matmul import spspmm from .matmul import spspmm
__version__ = '0.2.0'
__all__ = [ __all__ = [
'__version__',
'coalesce', 'coalesce',
'transpose', 'transpose',
'spspmm', 'spspmm',
......
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