From b8d93b01fdc2eae7503c9952e086e6999fe8e3b5 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Wed, 31 Jul 2024 22:20:33 +0200 Subject: [PATCH] bumped for 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 77f48c393f..b1b75c5672 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ -version: 0.15.0rc4 -commit: "v0.15.0rc4" +version: 0.15.0rc5 +commit: "v0.15.0rc5" 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 ce1ab4b122..d4b8ab3808 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.0rc4" +fallback_version = "0.15.0rc5" # First we define the build-system which we will probably alter the most [build-system]