We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6de307 commit 9a9d973Copy full SHA for 9a9d973
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-__version__ = '1.1.1'
+__version__ = '1.1.2'
6
url = 'https://github.com/rusty1s/pytorch_cluster'
7
8
install_requires = ['cffi']
torch_cluster/__init__.py
@@ -1,6 +1,6 @@
1
from .graclus import graclus_cluster
from .grid import grid_cluster
__all__ = ['graclus_cluster', 'grid_cluster', '__version__']
0 commit comments