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]