Skip to content

Commit 17a8f13

Browse files
committed
v0.2.11.0
1 parent f8904a9 commit 17a8f13

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/cupoch/registration/generalized_icp.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "cupoch/registration/generalized_icp.h"
22

33
#include <Eigen/Dense>
4-
#include <unsupported/Eigen/MatrixFunctions>
54

65
#include "cupoch/knn/kdtree_search_param.h"
76
#include "cupoch/geometry/pointcloud.h"

src/cupoch/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CUPOCH_VERSION_MAJOR 0
22
CUPOCH_VERSION_MINOR 2
3-
CUPOCH_VERSION_PATCH 10
3+
CUPOCH_VERSION_PATCH 11
44
CUPOCH_VERSION_TWEAK 0

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cupoch"
3-
version = "0.2.10.0"
3+
version = "0.2.11.0"
44
description = ""
55
authors = ["nekanat <nekanat.stock@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)