Commit 2f0248cf authored by rusty1s's avatar rusty1s
Browse files

version bump

parent 22c497dd
...@@ -2,7 +2,7 @@ from os import path as osp ...@@ -2,7 +2,7 @@ from os import path as osp
from setuptools import setup, find_packages from setuptools import setup, find_packages
__version__ = '0.2.6' __version__ = '1.0.0'
url = 'https://github.com/rusty1s/pytorch_cluster' url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['cffi', 'torch-unique'] install_requires = ['cffi', 'torch-unique']
......
from .functions.serial import serial_cluster from .functions.serial import serial_cluster
from .functions.grid import sparse_grid_cluster, dense_grid_cluster from .functions.grid import sparse_grid_cluster, dense_grid_cluster
__version__ = '0.2.6' __version__ = '1.0.0'
__all__ = [ __all__ = [
'serial_cluster', 'sparse_grid_cluster', 'dense_grid_cluster', 'serial_cluster', 'sparse_grid_cluster', 'dense_grid_cluster',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment