Skip to content

Commit

Permalink
Increment version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RWParsons committed Aug 23, 2023
1 parent 373745f commit c425109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: GLMMcosinor
Title: Fit a cosinor model using a generalised mixed modelling framework
Version: 0.0.9000
Version: 0.1.0
Authors@R: c(
person("Rex", "Parsons", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6053-8174")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GLMMcosinor 0.0.9000
# GLMMcosinor 0.1.0

* First development version of `{GLMMcosinor}` for submission to rOpenSci.

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/RWParsons/GLMMcosinor",
"issueTracker": "https://github.com/RWParsons/GLMMcosinor/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.0.9000",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -283,7 +283,7 @@
},
"SystemRequirements": null
},
"fileSize": "624.963KB",
"fileSize": "625.596KB",
"releaseNotes": "https://github.com/RWParsons/GLMMcosinor/blob/master/NEWS.md",
"readme": "https://github.com/RWParsons/GLMMcosinor/blob/main/README.md",
"contIntegration": ["https://github.com/RWParsons/GLMMcosinor/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/RWParsons/GLMMcosinor?branch=main"]
Expand Down

0 comments on commit c425109

Please sign in to comment.