Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed May 31, 2019
1 parent 60836e2 commit 5221414
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 @@ -28,7 +28,7 @@
['cuda/rw.cpp', 'cuda/rw_kernel.cu']),
]

__version__ = '1.3.0'
__version__ = '1.4.0'
url = 'https://github.com/rusty1s/pytorch_cluster'

install_requires = ['scipy']
Expand Down
2 changes: 1 addition & 1 deletion torch_cluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .sampler import neighbor_sampler
from .rw import random_walk

__version__ = '1.3.0'
__version__ = '1.4.0'

__all__ = [
'graclus_cluster',
Expand Down

0 comments on commit 5221414

Please sign in to comment.