Commit 35e97590 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 972ee6e8
include LICENSE include LICENSE
recursive-include cpu * recursive-include csrc *
recursive-include cuda *
...@@ -66,7 +66,7 @@ tests_require = ['pytest', 'pytest-cov'] ...@@ -66,7 +66,7 @@ tests_require = ['pytest', 'pytest-cov']
setup( setup(
name='torch_scatter', name='torch_scatter',
version='2.0.1', version='2.0.2',
author='Matthias Fey', author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de', author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_scatter', url='https://github.com/rusty1s/pytorch_scatter',
......
...@@ -9,7 +9,7 @@ from .segment_coo import (segment_sum_coo, segment_add_coo, segment_mean_coo, ...@@ -9,7 +9,7 @@ from .segment_coo import (segment_sum_coo, segment_add_coo, segment_mean_coo,
from .composite import (scatter_std, scatter_logsumexp, scatter_softmax, from .composite import (scatter_std, scatter_logsumexp, scatter_softmax,
scatter_log_softmax) scatter_log_softmax)
__version__ = '2.0.1' __version__ = '2.0.2'
__all__ = [ __all__ = [
'scatter_sum', 'scatter_sum',
......
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