From 2230ca9fd9985cde80bc360d49f5859d00336f0d Mon Sep 17 00:00:00 2001 From: Jorn Bruggeman Date: Tue, 26 Nov 2024 13:17:23 +0000 Subject: [PATCH] bump version to 2.1.4 (#102) --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38b23d66..3faddd48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13) project(fabm - VERSION 2.1.3 + VERSION 2.1.4 DESCRIPTION "Framework for Aquatic Biogeochemical Models" HOMEPAGE_URL https://fabm.net LANGUAGES Fortran diff --git a/pyproject.toml b/pyproject.toml index 7aed6020..a5bf3324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyfabm" -version = "2.1.3" +version = "2.1.4" authors = [ {name = "Jorn Bruggeman", email = "jorn@bolding-bruggeman.com"}, {name = "Karsten Bolding", email = "karsten@bolding-bruggeman.com"}