We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec260c2 commit bef40cdCopy full SHA for bef40cd
cpp/CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.11)
2
-project(patchworkpp VERSION 1.0.1)
+project(patchworkpp VERSION 1.0.2)
3
4
option(USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" OFF)
5
option(INCLUDE_CPP_EXAMPLES "Include C++ example codes, which require Open3D for visualization" OFF)
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
6
name = "pypatchworkpp"
7
-version = "1.0.1"
+version = "1.0.2"
8
requires-python = ">=3.8"
9
description = "ground segmentation"
10
dependencies = [
0 commit comments