Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Feb 22, 2020
1 parent cf8cf0c commit 22246e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_extensions():

setup(
name='torch_scatter',
version='2.0.3',
version='2.0.4',
author='Matthias Fey',
author_email='[email protected]',
url='https://github.com/rusty1s/pytorch_scatter',
Expand Down
2 changes: 1 addition & 1 deletion torch_scatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import torch

__version__ = '2.0.3'
__version__ = '2.0.4'
expected_torch_version = (1, 4)

try:
Expand Down

0 comments on commit 22246e2

Please sign in to comment.