Skip to content

Commit

Permalink
Merge pull request #33 from nicolas-chaulet/debug
Browse files Browse the repository at this point in the history
Prep for release
  • Loading branch information
nicolas-chaulet authored May 14, 2020
2 parents 7d16352 + 799ada9 commit 852f169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased
# 0.6.1

## Bug fix
- Random memory access on cpu radius search in the degree function

# 0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__,
Expand Down

0 comments on commit 852f169

Please sign in to comment.