From 84b0aeb87f85e679b3b0b0997526685204c94a4e Mon Sep 17 00:00:00 2001 From: Thibaut Lunet Date: Fri, 19 Jul 2024 11:44:55 +0200 Subject: [PATCH] TL: dump version --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a04ec37..a7ec986 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,9 +16,9 @@ authors: orcid: https://orcid.org/0000-0002-3879-1210 affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany" -version: 0.1.8 +version: 0.1.9 doi: 10.5281/zenodo.11956479 -date-released: 2024-06-22 +date-released: 2024-07-19 keywords: - "time integration" - "spectral deferred corrections" diff --git a/pyproject.toml b/pyproject.toml index 1307e6f..b39870f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "qmat" -version = "0.1.8" +version = "0.1.9" description = "Generation of Q-coefficients for Spectral Deferred Corrections (and other time-integration methods ...)" dependencies = [ "numpy",