Skip to content

Commit f2a7160

Browse files
bump version for new release (#61)
Co-authored-by: Tiziano Guadagnino <[email protected]>
1 parent 40fdb0e commit f2a7160

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# SOFTWARE.
2323

2424
cmake_minimum_required(VERSION 3.16...3.26)
25-
project(map_closures_cpp VERSION 2.0.0 LANGUAGES CXX)
25+
project(map_closures_cpp VERSION 2.0.1 LANGUAGES CXX)
2626

2727
option(USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" ON)
2828
option(USE_SYSTEM_OPENCV "Use system pre-installed OpenCV" ON)

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
cmake_minimum_required(VERSION 3.16...3.26)
24-
project(map_closure_pybind VERSION 2.0.0 LANGUAGES CXX)
24+
project(map_closure_pybind VERSION 2.0.1 LANGUAGES CXX)
2525

2626
# Set build type
2727
set(CMAKE_BUILD_TYPE Release)

python/map_closures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323

24-
__version__ = "2.0.0"
24+
__version__ = "2.0.1"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "map_closures"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "Effectively Detecting Loop Closures using Point Cloud Density Maps"
99
readme = "README.md"
1010
authors = [{ name = "Saurabh Gupta" }, { name = "Tiziano Guadagnino" }]

0 commit comments

Comments
 (0)