Skip to content

Commit

Permalink
bump version 1.0.3 -> 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Sep 20, 2024
1 parent 5f206bc commit 7cb7ea7
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.19...3.29)
project(geodepot-api VERSION 1.0.3)
project(geodepot-api VERSION 1.0.4)

option(GD_BUILD_APPS "Build applications in addition to library" ON)
option(GD_BUILD_TESTING "Enable tests for geodepot" OFF)
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "1.0.3"
current_version = "1.0.4"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion geodepot-cmake/GeoDepot.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
message(STATUS "Using Geodepot version 1.0.3")
message(STATUS "Using Geodepot version 1.0.4")

include(FetchContent)
FetchContent_Declare(
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 = "geodepot"
version = "0.0.1"
version = "1.0.4"
description = "geodepot API"
readme = "geodepot-py/README.md"
authors = [
Expand Down

0 comments on commit 7cb7ea7

Please sign in to comment.