diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eee73..11057f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Unreleased +# 0.6.1 + +## Bug fix +- Random memory access on cpu radius search in the degree function # 0.6.0 diff --git a/setup.py b/setup.py index aad77cb..51212c0 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def get_cmdclass(): requirements = ["torch>=1.1.0"] url = 'https://github.com/nicolas-chaulet/torch-points-kernels' -__version__="0.6.0" +__version__="0.6.1" setup( name="torch-points-kernels", version=__version__,