Skip to content

Commit

Permalink
bumping to rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jul 30, 2024
1 parent b034506 commit 63d9fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.15.0rc2
commit: "v0.15.0rc2"
version: 0.15.0rc3
commit: "v0.15.0rc3"
date-released: "2024-02-04"
cff-version: 1.2.0
message: "Please cite sisl in any paper to acknowledge and support development."
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# - PEP 518 project metadata https://www.python.org/dev/peps/pep-0518
# - PEP 621 project metadata https://www.python.org/dev/peps/pep-0621

[tool.setuptools_scm]
write_to = "src/sisl/_version.py"
version_file = "src/sisl/_version.py"
fallback_version = "0.15.0rc3"

# First we define the build-system which we will probably alter the most
[build-system]
requires = [
Expand Down Expand Up @@ -73,11 +78,6 @@ classifiers = [
dynamic = ["version"]


[tool.setuptools_scm]
write_to = "src/sisl/_version.py"
version_file = "src/sisl/_version.py"
fallback_version = "0.15.0rc2"


[tool.scikit-build]
# Consider adding
Expand Down

0 comments on commit 63d9fad

Please sign in to comment.