Commit 40b73ab7 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 4c9ebe9a
...@@ -16,7 +16,7 @@ if CUDA_HOME is not None: ...@@ -16,7 +16,7 @@ if CUDA_HOME is not None:
['cuda/weighting.cpp', 'cuda/weighting_kernel.cu']), ['cuda/weighting.cpp', 'cuda/weighting_kernel.cu']),
] ]
__version__ = '1.0.4' __version__ = '1.0.5'
url = 'https://github.com/rusty1s/pytorch_spline_conv' url = 'https://github.com/rusty1s/pytorch_spline_conv'
install_requires = [] install_requires = []
......
...@@ -2,6 +2,6 @@ from .basis import SplineBasis ...@@ -2,6 +2,6 @@ from .basis import SplineBasis
from .weighting import SplineWeighting from .weighting import SplineWeighting
from .conv import SplineConv from .conv import SplineConv
__version__ = '1.0.4' __version__ = '1.0.5'
__all__ = ['SplineBasis', 'SplineWeighting', 'SplineConv', '__version__'] __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