Commit 9bc8aa96 authored by rusty1s's avatar rusty1s
Browse files

version up

parent de6a9fd7
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import torch
from torch.utils.cpp_extension import BuildExtension, CUDAExtension
__version__ = '0.2.1'
__version__ = '0.2.2'
url = 'https://github.com/rusty1s/pytorch_sparse'
install_requires = ['scipy']
......
......@@ -4,7 +4,7 @@ from .eye import eye
from .spmm import spmm
from .spspmm import spspmm
__version__ = '0.2.1'
__version__ = '0.2.2'
__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