From cf9259e52e1d3cac07f3ee097fef81545cb36fd8 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Wed, 5 Jun 2024 11:22:03 +0200 Subject: [PATCH] bump to 0.2.2 --- CMakeLists.txt | 2 +- doc/source/conf.py | 2 +- include/fastscapelib/version.hpp | 4 ++-- pyproject.toml | 2 +- tbump.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50f75c50..7cbf9682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project( fastscapelib - VERSION "0.3.0" + VERSION "0.2.2" LANGUAGES CXX) message(STATUS "Building fastscapelib v${PROJECT_VERSION}") diff --git a/doc/source/conf.py b/doc/source/conf.py index 7ad4be9e..277a7709 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.3.0" +version = "0.2.2" # The full version, including alpha/beta/rc tags release = version diff --git a/include/fastscapelib/version.hpp b/include/fastscapelib/version.hpp index 4d987736..379371dd 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 3 -#define FASTSCAPELIB_VERSION_PATCH 0 +#define FASTSCAPELIB_VERSION_MINOR 2 +#define FASTSCAPELIB_VERSION_PATCH 2 #include diff --git a/pyproject.toml b/pyproject.toml index 0d132924..01445512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build" [project] name = "fastscapelib" -version = "0.3.0" +version = "0.2.2" 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 56b46957..090693cf 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.3.0" +current = "0.2.2" regex = ''' (?P\d+) \.