Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Nov 8, 2019
1 parent d790f1c commit c31915e
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 @@ -25,7 +25,7 @@
['cuda/scatter.cpp', 'cuda/scatter_kernel.cu'])
]

__version__ = '1.3.2'
__version__ = '1.4.0'
url = 'https://github.com/rusty1s/pytorch_scatter'

install_requires = []
Expand Down
2 changes: 1 addition & 1 deletion torch_scatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .logsumexp import scatter_logsumexp
import torch_scatter.composite

__version__ = '1.3.2'
__version__ = '1.4.0'

__all__ = [
'scatter_add',
Expand Down

0 comments on commit c31915e

Please sign in to comment.