Skip to content

Commit

Permalink
bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Oct 20, 2023
1 parent 525db30 commit dd7158f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)

project(
fastscapelib
VERSION "0.3.0"
VERSION "0.2.1"
LANGUAGES CXX)

message(STATUS "Building fastscapelib v${PROJECT_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
copyright = "since 2018, Fastscapelib developers"
author = "Benoit Bovy"
# The short X.Y version
version = "0.3.0"
version = "0.2.1"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
4 changes: 2 additions & 2 deletions include/fastscapelib/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 1

#include <string>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "fastscapelib"
version = "0.3.0"
version = "0.2.1"
description = "A C++/Python library of efficient algorithms for landscape evolution modeling"
keywords = ["modeling", "topography", "geomorphology", "landscape-evolution"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "0.3.0"
current = "0.2.1"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit dd7158f

Please sign in to comment.