diff --git a/CITATION.cff b/CITATION.cff index 13c8c3a86a..e043fe9bfa 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ -cff-version: 1.0.3 -message: "If you use this software in your work, please cite it using the following metadata" +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." authors: - family-names: Allen-Dumas given-names: Melissa R. @@ -15,5 +15,7 @@ authors: orcid: "https://orcid.org/0000-0002-3406-6214" title: "naturf: a package for generating urban parameters for numerical weather modeling" +version: 1.0.3 doi: 10.5281/zenodo.7036191 +date-released: 2024-06-03 url: "https://github.com/IMMM-SFA/naturf" diff --git a/docs/source/conf.py b/docs/source/conf.py index 270922fa56..bf0bc24d19 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ import os import sys -version = "1.0.2" +version = "1.0.3" sys.path.insert(0, os.path.abspath("../../")) diff --git a/pyproject.toml b/pyproject.toml index de80d07e53..20f2d978ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "naturf" -version = "1.0.2" +version = "1.0.3" description = 'The Neighborhood Adaptive Tissues for Urban Resilience Futures tool (NATURF) is a Python workflow that generates data readable by the Weather Research and Forecasting (WRF) model. The NATURF Python modules use shapefiles containing building footprint and height data as input to calculate 132 building parameters at any resolution and converts the parameters into a binary file format.' readme = "README.md" requires-python = ">=3.9"