Skip to content

Commit ccdf82c

Browse files
Prep for release
1 parent d1132d0 commit ccdf82c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Unreleased
1+
# 0.6.1
2+
3+
## Bug fix
4+
- Random memory access on cpu radius search in the degree function
25

36
# 0.6.0
47

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_cmdclass():
6565
requirements = ["torch>=1.1.0"]
6666

6767
url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
68-
__version__="0.6.0"
68+
__version__="0.6.1"
6969
setup(
7070
name="torch-points-kernels",
7171
version=__version__,

0 commit comments

Comments
 (0)