Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Jan 12, 2024
1 parent 20075ba commit e991b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.1
version: 0.3.0
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 DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: azmetr
Title: Access Arizona Weather Data from the AZMet API
Version: 0.2.1.9000
Version: 0.3.0
Authors@R: c(
person("Jeremy", "Weiss", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-3597-0712")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# azmetr (development version)
# azmetr 0.3.0

- `az_hourly()` now accepts dates for `start_date_time` and `end_date_time`
- Improved messages regarding what date/time ranges are being queried and returned by data retrieval functions.
Expand Down

0 comments on commit e991b6b

Please sign in to comment.