Commit 50011f1e authored by rusty1s's avatar rusty1s
Browse files

version up

parent 1038a59e
......@@ -2,7 +2,7 @@ from os import path as osp
from setuptools import setup, find_packages
__version__ = '1.0.1'
__version__ = '1.0.2'
url = 'https://github.com/rusty1s/pytorch_spline_conv'
install_requires = ['cffi']
......
......@@ -2,6 +2,6 @@ from .basis import SplineBasis
from .weighting import SplineWeighting
from .conv import SplineConv
__version__ = '1.0.1'
__version__ = '1.0.2'
__all__ = ['SplineBasis', 'SplineWeighting', 'SplineConv', '__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