From 819cc5fb5219dd624f378e8304d9852235678c1b Mon Sep 17 00:00:00 2001 From: Thibaut Lunet Date: Fri, 21 Jun 2024 18:28:16 +0200 Subject: [PATCH] TL: dump version --- CITATION.cff | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6302ad1..9640e13 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,7 +16,7 @@ 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.4 +version: 0.1.5 doi: 10.5281/zenodo.11956479 date-released: 2024-06-21 keywords: diff --git a/pyproject.toml b/pyproject.toml index c88698c..260cb42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "qmat" -version = "0.1.4" +version = "0.1.5" description = "Generation of Q-coefficients for Spectral Deferred Corrections (and other time-integration methods ...)" dependencies = [ "numpy",