Skip to content

Commit

Permalink
(minor) setup new verson
Browse files Browse the repository at this point in the history
  • Loading branch information
LimHyungTae committed Dec 6, 2024
1 parent ec260c2 commit bef40cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(patchworkpp VERSION 1.0.1)
project(patchworkpp VERSION 1.0.2)

option(USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" OFF)
option(INCLUDE_CPP_EXAMPLES "Include C++ example codes, which require Open3D for visualization" OFF)
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pypatchworkpp"
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.8"
description = "ground segmentation"
dependencies = [
Expand Down

0 comments on commit bef40cd

Please sign in to comment.