diff --git a/CHANGELOG.md b/CHANGELOG.md index f598c22a31..cce312d29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Dropped support for BPX version 0.3.0 and below ([#3414](https://github.com/pybamm-team/PyBaMM/pull/3414)) -# [v24.1rc2](https://github.com/pybamm-team/PyBaMM/tree/v24.1rc2) - 2024-01-24 +# [v24.1](https://github.com/pybamm-team/PyBaMM/tree/v24.1) - 2024-01-31 ## Features diff --git a/CITATION.cff b/CITATION.cff index c2710cc8e0..10e942667c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,6 +24,6 @@ keywords: - "expression tree" - "python" - "symbolic differentiation" -version: "24.1rc2" +version: "24.1" repository-code: "https://github.com/pybamm-team/PyBaMM" title: "Python Battery Mathematical Modelling (PyBaMM)" diff --git a/pybamm/version.py b/pybamm/version.py index fedcaaf5e2..61641b1fbe 100644 --- a/pybamm/version.py +++ b/pybamm/version.py @@ -1 +1 @@ -__version__ = "24.1rc2" +__version__ = "24.1" diff --git a/pyproject.toml b/pyproject.toml index 454361fa0f..5001deb92e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybamm" -version = "24.1rc2" +version = "24.1" license = { file = "LICENSE.txt" } description = "Python Battery Mathematical Modelling" authors = [{name = "The PyBaMM Team", email = "pybamm@pybamm.org"}] diff --git a/vcpkg.json b/vcpkg.json index 95411fcb96..23cdcb3f58 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pybamm", - "version-string": "24.1rc2", + "version-string": "24.1", "dependencies": [ "casadi", {