Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Feb 24, 2023
1 parent e0e46ca commit 9fb3a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "azmetr" in publications use:'
type: software
license: MIT
title: 'azmetr: Access Arizona weather data from the AZMet API'
version: 0.1.0.9000
version: 0.1.1
year: 2023
abstract: Provides R functions to access the Arizona Meterological Network (AZMet)
API. Functions are more than just "thin wrappers" and do some parsing of input parameters
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ citEntry(
role = c("aut", "cre"),
email = "[email protected]")),
year = "2023",
version = as.package_version("0.1.0.9000"),
version = as.package_version("0.1.1"),
url = "https://github.com/cct-datascience/azmetr",
textVersion = paste(
'Scott ER (2023). “azmetr: Access Arizona weather data from the AZMet API.”'
Expand Down

0 comments on commit 9fb3a96

Please sign in to comment.