diff --git a/CMakeLists.txt b/CMakeLists.txt index 02652e29..fd2df011 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project( fastscapelib - VERSION "0.1.3" + VERSION "0.2.0" LANGUAGES CXX) message(STATUS "Building fastscapelib v${PROJECT_VERSION}") diff --git a/doc/source/conf.py b/doc/source/conf.py index 497e5189..685c266e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,7 +33,7 @@ copyright = "since 2018, Fastscapelib developers" author = "Benoit Bovy" # The short X.Y version -version = "0.1.3" +version = "0.2.0" # The full version, including alpha/beta/rc tags release = version diff --git a/include/fastscapelib/version.hpp b/include/fastscapelib/version.hpp index 5622b1b5..c054f69d 100644 --- a/include/fastscapelib/version.hpp +++ b/include/fastscapelib/version.hpp @@ -2,8 +2,8 @@ #define FASTSCAPELIB_CONFIG_HPP #define FASTSCAPELIB_VERSION_MAJOR 0 -#define FASTSCAPELIB_VERSION_MINOR 1 -#define FASTSCAPELIB_VERSION_PATCH 3 +#define FASTSCAPELIB_VERSION_MINOR 2 +#define FASTSCAPELIB_VERSION_PATCH 0 #include diff --git a/pyproject.toml b/pyproject.toml index e6ded429..29c70886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build" [project] name = "fastscapelib" -version = "0.1.3" +version = "0.2.0" description = "A C++/Python library of efficient algorithms for landscape evolution modeling" keywords = ["modeling", "topography", "geomorphology", "landscape-evolution"] readme = "README.rst" diff --git a/tbump.toml b/tbump.toml index 0b7f3155..654a8a8e 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.1.3" +current = "0.2.0" regex = ''' (?P\d+) \.