Commit 70249ef7 authored by rusty1s's avatar rusty1s
Browse files

version update

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