Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Aug 9, 2024
1 parent 8cbec29 commit fd29d8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(small_gicp VERSION 0.1.3 LANGUAGES C CXX)
project(small_gicp VERSION 1.0.0 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 17)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'small_gicp'
copyright = '2024, k.koide'
author = 'k.koide'
version = '0.1.3'
version = '1.0.0'

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>small_gicp</name>
<version>0.1.3</version>
<version>1.0.0</version>
<description>Efficient and parallelized algorithms for point cloud registration</description>

<maintainer email="[email protected]">Kenji Koide</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion 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 = "small_gicp"
version = "0.1.3"
version = "1.0.0"
authors = [{name = "Kenji Koide", email = "[email protected]"}]
description = "Efficient and parallelized algorithms for fine point cloud registration"
readme = "README.md"
Expand Down

0 comments on commit fd29d8c

Please sign in to comment.