Skip to content

Commit

Permalink
Bump up the version to pypi test
Browse files Browse the repository at this point in the history
  • Loading branch information
LimHyungTae committed Dec 18, 2024
1 parent 1bf9dd1 commit 00ccf9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.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)
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.2"
version = "1.0.4"
requires-python = ">=3.8"
description = "ground segmentation"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion ros/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 00ccf9e

Please sign in to comment.