diff --git a/docs/source/acknowledgement.md b/docs/source/acknowledgement.md index 91ba1d57..68da13da 100644 --- a/docs/source/acknowledgement.md +++ b/docs/source/acknowledgement.md @@ -2,6 +2,6 @@ If you use Curryer in your work, please cite the following references in any publications: -Laboratory of Atmospheric and Space Physics, Stone, B., Maclay, M., Medley, G., Watwood, M., & Hartnett, M. (2026). Curryer (v0.3.1). Zenodo. https://doi.org/10.5281/zenodo.18734309 +Laboratory of Atmospheric and Space Physics, Stone, B., Maclay, M., Medley, G., Watwood, M., & Hartnett, M. (2026). Curryer (v0.3.2). Zenodo. https://doi.org/10.5281/zenodo.18734309 Citing this reference helps to spread awareness of Curryer's capabilities and gives credit to those who have contributed. diff --git a/pyproject.toml b/pyproject.toml index f13f5ff8..ea930c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lasp-curryer" -version = "0.3.1" +version = "0.3.2" description = "LASP SPICE extentions and geospatial data product generation tools." authors = [{ name = "Brandon Stone", email = "brandon.h.stone@colorado.edu" }] readme = "README.md"