Skip to content

Commit 5221414

Browse files
committed
version up
1 parent 60836e2 commit 5221414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
['cuda/rw.cpp', 'cuda/rw_kernel.cu']),
2929
]
3030

31-
__version__ = '1.3.0'
31+
__version__ = '1.4.0'
3232
url = 'https://github.com/rusty1s/pytorch_cluster'
3333

3434
install_requires = ['scipy']

torch_cluster/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .sampler import neighbor_sampler
88
from .rw import random_walk
99

10-
__version__ = '1.3.0'
10+
__version__ = '1.4.0'
1111

1212
__all__ = [
1313
'graclus_cluster',

0 commit comments

Comments
 (0)