Commit 0090f4ed authored by bowendeng's avatar bowendeng
Browse files

weighted graph for torch_sparse.partition

parent c30d2e13
......@@ -80,7 +80,7 @@ tests_require = ['pytest', 'pytest-cov']
setup(
name='torch_sparse',
version='0.6.1',
version='0.6.2',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_sparse',
......
......@@ -3,7 +3,7 @@ import os.path as osp
import torch
__version__ = '0.6.0'
__version__ = '0.6.2'
expected_torch_version = (1, 4)
try:
......
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