From d7a2ca103fcdf15df1fff634b9384181bc98ac99 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Fri, 11 Aug 2023 10:06:54 +0200 Subject: [PATCH] bumped rc candidate Signed-off-by: Nick Papior --- CITATION.cff | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5a2cc1743..81acf1c23 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,3 +1,6 @@ +version: 0.14.0rc4 +commit: "v0.14.0rc4" +date-released: "2023-08-11" cff-version: 1.2.0 message: "If you use the sisl software, please cite it using this metadata." type: software @@ -7,7 +10,6 @@ authors: orcid: "https://orcid.org/0000-0003-3038-1855" alias: zerothi title: sisl -version: 0.14.0rc3 identifiers: - description: "Collection DOI for all sisl versions (preferred to use)" type: doi @@ -15,8 +17,6 @@ identifiers: url: https://github.com/zerothi/sisl repository-code: https://github.com/zerothi/sisl license: MPL-2.0 -commit: "v0.14.0rc3" -date-released: "2023-08-10" keywords: - physics - tight-binding diff --git a/pyproject.toml b/pyproject.toml index 0f7c50263..374efa279 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dynamic = ["version"] [tool.setuptools_scm] write_to = "src/sisl/_version.py" -fallback_version = "0.14.0rc3" +fallback_version = "0.14.0rc4" [tool.scikit-build]