From f317816d560820dcfae8361b9e9c3aa086eba38b Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Thu, 1 Aug 2024 12:01:30 +0200 Subject: [PATCH] new rc Signed-off-by: Nick Papior --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b1b75c5672..3605b39ef9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ -version: 0.15.0rc5 -commit: "v0.15.0rc5" +version: 0.15.0rc6 +commit: "v0.15.0rc6" date-released: "2024-02-04" cff-version: 1.2.0 message: "Please cite sisl in any paper to acknowledge and support development." diff --git a/pyproject.toml b/pyproject.toml index 194bd5e186..4ea4cd9571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ [tool.setuptools_scm] write_to = "src/sisl/_version.py" version_file = "src/sisl/_version.py" -fallback_version = "0.15.0rc5" +fallback_version = "0.15.0rc6" # First we define the build-system which we will probably alter the most [build-system]