Skip to content

Commit

Permalink
Fix type (role) for MC in Zenodo JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Oct 1, 2024
1 parent 2ca5b09 commit f410cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
{
"orcid": "0000-0002-3287-3282",
"affiliation": "CSIRO, Hobart, AU",
"name": "Matthew A. Chamberlain"
"name": "Matthew A. Chamberlain",
"type": "Researcher"
}
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OceanTransportMatrixBuilder"
uuid = "c2b4a04e-6049-4fc4-aa6a-5508a29a1e1c"
authors = ["Benoit Pasquier <briochemc@gmail.com> and contributors"]
version = "0.1.6"
version = "0.1.7"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down

2 comments on commit f410cd2

@briochemc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Fix MC role (type) in Zenodo JSON

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/116365

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" f410cd22ba17b25e61d18b5be0d11e577142445d
git push origin v0.1.7

Please sign in to comment.