Skip to content

Commit 20b50b1

Browse files
committed
bump version
1 parent 3856638 commit 20b50b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.7.1
2+
## Additions
3+
- Add support for anaconda installation
4+
15
# 0.7.0
26
## Change
37
- Added some extra compilation flags: FORCE_CUDA=1 for CUDA install and FORCE_ONLY_CPU=1 for CPU only install.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_cmdclass():
8080
requirements = ["torch>=1.1.0", "numba", "numpy<1.20", "scikit-learn"]
8181

8282
url = "https://github.com/nicolas-chaulet/torch-points-kernels"
83-
__version__ = "0.7.0"
83+
__version__ = "0.7.1"
8484
setup(
8585
name="torch-points-kernels",
8686
version=__version__,

0 commit comments

Comments
 (0)