Skip to content

Commit

Permalink
Merge pull request #153 from FormingWorlds/citationcff
Browse files Browse the repository at this point in the history
Update CITATION.cff
  • Loading branch information
lsoucasse authored Aug 30, 2024
2 parents cd1e6aa + 00ceb5b commit 04c75d3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ authors:
given-names: "Laurent"
orcid: "https://orcid.org/0000-0002-5422-8794"

- family-names: "Saste"
- given-names: "Stef"
family-names: "Smeets"
affiliation: "Netherlands eScience Center"
orcid: "https://orcid.org/0000-0001-5107-3531"

- family-names: "Sastre"
given-names: "Mariana"
orcid: "https://orcid.org/0000-0000-0000-0000"

Expand All @@ -27,7 +32,7 @@ authors:
orcid: "https://orcid.org/0000-0002-0673-4860"

title: "PROTEUS"
version: 0.1
version: 24.07.25
doi: 10.xx/xx.xx
date-released: 2024-07-19
url: "https://github.com/FormingWorlds/PROTEUS"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pip-compile -o requirements_full.txt pyproject.toml
1. Bump the version (`release`/`patch`) as needed

```console
bump-my-version release
bump-my-version bump release
# 24.08.12
```

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@ replace = "__version__ = '{new_version}'"
filename = "pyproject.toml"
search = "version = \"{current_version}\""
replace = "version = \"{new_version}\""

[[tool.bumpversion.files]]
filename = "CITATION.cff"
search = "version: {current_version}"
replace = "version: {new_version}"

0 comments on commit 04c75d3

Please sign in to comment.