From 40be4bc088710dcf80d6e26ba3c88f147dc40425 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:14:26 +0100 Subject: [PATCH] Update version to v24.1rc1 (#3741) Co-authored-by: Saransh-cpp --- CHANGELOG.md | 2 +- CITATION.cff | 2 +- pybamm/version.py | 2 +- pyproject.toml | 2 +- vcpkg.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20559a11d4..9cfcc2f3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # [Unreleased](https://github.com/pybamm-team/PyBaMM/) -# [v24.1rc0](https://github.com/pybamm-team/PyBaMM/tree/v24.1rc0) - 2024-01-31 +# [v24.1rc1](https://github.com/pybamm-team/PyBaMM/tree/v24.1rc1) - 2024-01-17 ## Features diff --git a/CITATION.cff b/CITATION.cff index 494f226a89..1512a57965 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,6 +24,6 @@ keywords: - "expression tree" - "python" - "symbolic differentiation" -version: "24.1rc0" +version: "24.1rc1" 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 b2305df5cb..96e7fef1e7 100644 --- a/pybamm/version.py +++ b/pybamm/version.py @@ -1 +1 @@ -__version__ = "24.1rc0" +__version__ = "24.1rc1" diff --git a/pyproject.toml b/pyproject.toml index a39a37ecc4..6bd016bb56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybamm" -version = "24.1rc0" +version = "24.1rc1" 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 911703e7cf..959964dc7c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pybamm", - "version-string": "24.1rc0", + "version-string": "24.1rc1", "dependencies": [ "casadi", {