Commit f5812714 authored by rusty1s's avatar rusty1s
Browse files

version up

parent dd662618
......@@ -2,7 +2,7 @@ from os import path as osp
from setuptools import setup, find_packages
__version__ = '0.1.0'
__version__ = '0.1.1'
url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['cffi', 'torch-unique']
......
from .functions.grid import grid_cluster
__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['grid_cluster', '__version__']
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