Commit 22246e2e authored by rusty1s's avatar rusty1s
Browse files

version up

parent cf8cf0c0
...@@ -63,7 +63,7 @@ tests_require = ['pytest', 'pytest-cov'] ...@@ -63,7 +63,7 @@ tests_require = ['pytest', 'pytest-cov']
setup( setup(
name='torch_scatter', name='torch_scatter',
version='2.0.3', version='2.0.4',
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',
......
...@@ -4,7 +4,7 @@ import os.path as osp ...@@ -4,7 +4,7 @@ import os.path as osp
import torch import torch
__version__ = '2.0.3' __version__ = '2.0.4'
expected_torch_version = (1, 4) expected_torch_version = (1, 4)
try: 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