diff --git a/CMakeLists.txt b/CMakeLists.txt index de51eec..eeafca7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/bumpver.toml b/bumpver.toml index 1d25942..80d8838 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -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}" diff --git a/geodepot-cmake/GeoDepot.cmake b/geodepot-cmake/GeoDepot.cmake index ea66bfb..936a1df 100644 --- a/geodepot-cmake/GeoDepot.cmake +++ b/geodepot-cmake/GeoDepot.cmake @@ -1,4 +1,4 @@ -message(STATUS "Using Geodepot version 1.0.3") +message(STATUS "Using Geodepot version 1.0.4") include(FetchContent) FetchContent_Declare( diff --git a/pyproject.toml b/pyproject.toml index 84a74ed..58d4a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [