diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..3abe007 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,13 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Buffalo + given-names: Vince + orcid: https://orcid.org/0000-0003-4510-1609 +title: "recmap" +version: 0.2.4 +identifiers: + - type: doi + value: 10.5281/zenodo.10642334 +date-released: 2024-04-09 + diff --git a/Cargo.toml b/Cargo.toml index 33dd345..6d05553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recmap" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT" authors = ["Vince Buffalo "]