From c060e019ca491fcc1a912d191f981931582eda2e Mon Sep 17 00:00:00 2001 From: Liam Pattinson Date: Fri, 22 Nov 2024 10:35:16 +0000 Subject: [PATCH] Update to version 0.5.1 --- CITATION.cff | 4 ++-- Cargo.lock | 2 +- fortitude/Cargo.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index cf0e5c5..15065fd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,6 +8,6 @@ authors: given-names: Peter orcid: "https://orcid.org/0000-0003-3092-1858" title: "fortitude" -version: 0.5.0 -date-released: 2024-11-20 +version: 0.5.1 +date-released: 2024-11-22 url: "https://github.com/PlasmaFAIR/fortitude" diff --git a/Cargo.lock b/Cargo.lock index e5af137..9faf560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ [[package]] name = "fortitude" -version = "0.5.0" +version = "0.5.1" dependencies = [ "annotate-snippets", "anyhow", diff --git a/fortitude/Cargo.toml b/fortitude/Cargo.toml index 103ee1d..233c211 100644 --- a/fortitude/Cargo.toml +++ b/fortitude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fortitude" -version = "0.5.0" +version = "0.5.1" description = "A Fortran linter, written in Rust and installable with Python" authors = [ "Liam Pattinson ", diff --git a/pyproject.toml b/pyproject.toml index c7a8d34..8e36214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "fortitude-lint" -version = "0.5.0" +version = "0.5.1" description = "A Fortran linter, written in Rust and installable with Python" readme = "README.md" authors = [