From 00ccf9e49401bb1798f11604ca79345a147c3beb Mon Sep 17 00:00:00 2001 From: Hyungtae Lim Date: Wed, 18 Dec 2024 11:40:24 -0500 Subject: [PATCH] Bump up the version to pypi test --- cpp/CMakeLists.txt | 2 +- python/pyproject.toml | 2 +- ros/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index f5d75b3..ae0fefd 100755 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.11) -project(patchworkpp VERSION 1.0.2) +project(patchworkpp VERSION 1.0.4) 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 eaafa47..fc64a28 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.2" +version = "1.0.4" requires-python = ">=3.8" description = "ground segmentation" dependencies = [ diff --git a/ros/CMakeLists.txt b/ros/CMakeLists.txt index 3af2ae0..f788a6b 100644 --- a/ros/CMakeLists.txt +++ b/ros/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16...3.26) -project(patchworkpp VERSION 0.4.0 LANGUAGES CXX) +project(patchworkpp VERSION 1.0.4 LANGUAGES CXX) set(ignore ${CATKIN_INSTALL_INTO_PREFIX_ROOT}) set(CMAKE_BUILD_TYPE Release)