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

version up

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