Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Nov 17, 2023
1 parent cf9fc45 commit 93e702b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ identifiers:
- description: The versioned DOI for version 1.3.0.
type: doi
value: 10.5281/zenodo.8308598
- description: The versioned DOI for version 1.4.0.
type: doi
value: 10.5281/zenodo.10148702
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arkhe
Title: Tools for Cleaning Rectangular Data
Version: 1.4.0
Version: 1.4.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# arkhe 1.4.0.9000

# arkhe 1.4.0
## New classes and methods
* Add `%||%` to replace `NULL` with a default value.
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/tesselle/arkhe",
"issueTracker": "https://github.com/tesselle/arkhe/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.4.0",
"version": "1.4.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"SystemRequirements": null
},
"fileSize": "276.216KB",
"fileSize": "276.241KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -116,7 +116,7 @@
"name": "{arkhe: Tools for Cleaning Rectangular Data}",
"identifier": "10.5281/zenodo.3526659",
"url": "https://packages.tesselle.org/arkhe/",
"description": "R package version 1.4.0",
"description": "R package version 1.4.0.9000",
"@id": "https://doi.org/10.5281/zenodo.3526659",
"sameAs": "https://doi.org/10.5281/zenodo.3526659"
}
Expand Down

0 comments on commit 93e702b

Please sign in to comment.