From 88dfbd542b1c4275012025c4b3708711ec0ce904 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Wed, 23 Dec 2020 09:34:12 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__,