From ffed820d97fe1fcb4a6ad2cf581e851ed51106fa Mon Sep 17 00:00:00 2001 From: Liam Pattinson Date: Wed, 11 Dec 2024 16:39:31 +0000 Subject: [PATCH] Bump version to 0.6.2 --- 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 5e517ee..519a3d7 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.6.1 -date-released: 2024-12-10 +version: 0.6.2 +date-released: 2024-12-11 url: "https://github.com/PlasmaFAIR/fortitude" diff --git a/Cargo.lock b/Cargo.lock index d0ae7d4..89ad6a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "fortitude" -version = "0.6.1" +version = "0.6.2" dependencies = [ "annotate-snippets", "anyhow", diff --git a/fortitude/Cargo.toml b/fortitude/Cargo.toml index cb3bbd6..07a3006 100644 --- a/fortitude/Cargo.toml +++ b/fortitude/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fortitude" -version = "0.6.1" +version = "0.6.2" description = "A Fortran linter, written in Rust and installable with Python" authors = [ "Liam Pattinson ", diff --git a/pyproject.toml b/pyproject.toml index fa0ea98..e13bc38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "fortitude-lint" -version = "0.6.1" +version = "0.6.2" description = "A Fortran linter, written in Rust and installable with Python" readme = "README.md" authors = [