From bef40cd5d3dc8c4d5853a5c85d59884e13195e15 Mon Sep 17 00:00:00 2001 From: Hyungtae Lim Date: Thu, 5 Dec 2024 21:25:58 -0500 Subject: [PATCH] (minor) setup new verson --- cpp/CMakeLists.txt | 2 +- python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index ab0aa93..f5d75b3 100755 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -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) diff --git a/python/pyproject.toml b/python/pyproject.toml index 17395ec..eaafa47 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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 = [