diff --git a/setup.py b/setup.py index a2b166f..a522dd3 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def get_cmdclass(): requirements = ["torch>=1.1.0", "numba", "scikit-learn"] url = "https://github.com/nicolas-chaulet/torch-points-kernels" -__version__ = "0.6.9" +__version__ = "0.6.10" setup( name="torch-points-kernels", version=__version__,