Skip to content

Commit e0adf7b

Browse files
committed
bump version
1 parent dc4a3aa commit e0adf7b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "fluxnet" in publications use:'
88
type: software
99
license: MIT
1010
title: 'fluxnet: Download, Read, and Visualize FLUXNET Data'
11-
version: 0.3.0
11+
version: 0.3.1
1212
doi: 10.5281/zenodo.19210221
1313
abstract: Utility functions to help download, read in, and work with data from FLUXNET.
1414
authors:
@@ -21,7 +21,7 @@ authors:
2121
orcid: https://orcid.org/0000-0002-6462-3288
2222
repository-code: https://github.com/EcosystemEcologyLab/fluxnet-package
2323
url: https://ecosystemecologylab.github.io/fluxnet-package/
24-
date-released: '2026-04-29'
24+
date-released: '2026-05-05'
2525
contact:
2626
- family-names: Scott
2727
given-names: Eric R.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fluxnet
22
Title: Download, Read, and Visualize FLUXNET Data
3-
Version: 0.3.0.9000
3+
Version: 0.3.1
44
Authors@R: c(
55
person(c("Eric", "R."), "Scott", , "ericrscott@arizona.edu", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-7430-7879")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fluxnet (development version)
1+
# fluxnet 0.3.1
22

33
* `site_ids = "all"` is deprecated in favor of `site_ids = NULL` in all functions with this argument.
44

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ bibentry(bibtype = "Misc",
1414
url = "https://ecosystemecologylab.github.io/fluxnet-package/",
1515
abstract = "Utility functions to help download, read in, and work with data from FLUXNET.",
1616
keywords = "ameriflux,fluxnet",
17-
version = "0.3.0")
17+
version = "0.3.1")

0 commit comments

Comments
 (0)