Skip to content

Commit

Permalink
Fix Zenodo json
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Oct 1, 2024
1 parent 455e3c8 commit f88e7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"orcid": "0000-0002-3838-5976",
"affiliation": "Contract Researcher for CSIRO, Adjunct Fellow at the School of Mathematics and Statistics, UNSW",
"name": "Benoît Pasquier"
},
}
],
"keywords": [
"julia",
"transport-matrix",
"transport-matrices",
"transport",
"matrix"
"matrix",
"optimization",
"optimisation",
"model",
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 <[email protected]> and contributors"]
version = "0.1.4"
version = "0.1.5"

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

2 comments on commit f88e7c7

@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 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/116362

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.5 -m "<description of version>" f88e7c77100b1885be70bc6955d2a8346217e8c0
git push origin v0.1.5

Please sign in to comment.