diff --git a/CITATION.cff b/CITATION.cff index 38a4ee2..1cb5f56 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.15 +version: 0.1.16 doi: 10.5281/zenodo.11956479 -date-released: 2025-01-07 +date-released: 2025-01-10 keywords: - "time integration" - "spectral deferred corrections" diff --git a/pyproject.toml b/pyproject.toml index 5842eab..73087ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "qmat" -version = "0.1.15" +version = "0.1.16" description = "Generation of Q-coefficients for Spectral Deferred Corrections (and other time-integration methods ...)" dependencies = [ "numpy",